]> git.notmuchmail.org Git - notmuch/commit
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)
commit27e293f653b2688fc4452a92c99e76c7e97669d1
tree47166859ec6f6bd95208669507d28634bf777c46
parent636367b4cf0bd8059a2238773dc40d55a2fb3472
test: gdb insert: redirect input inside gdb script

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.
test/T070-insert.sh