]> git.notmuchmail.org Git - notmuch/commitdiff
test: gdb insert: redirect input inside gdb script
authorTomi Ollila <tomi.ollila@iki.fi>
Mon, 28 Nov 2016 21:07:08 +0000 (23:07 +0200)
committerDavid Bremner <david@tethera.net>
Wed, 7 Dec 2016 11:00:39 +0000 (07:00 -0400)
Running `gdb command < input` is not as reliable way to give input
to the command (some installations of gdb consume it). Use "set args"
gdb command to have input redirected at gdb 'run' time.


No differences found