aboutsummaryrefslogtreecommitdiff
path: root/test/T050-new.sh
diff options
context:
space:
mode:
authorTomi Ollila <tomi.ollila@iki.fi>2017-01-07 11:47:27 +0200
committerDavid Bremner <david@tethera.net>2017-01-08 10:50:28 -0400
commit95efe2d4849f218fffd232dd6e10011f0f837878 (patch)
tree63fbbff30377c3ed9f298dcdee4a2e86f3840ead /test/T050-new.sh
parentb15b96f846dcfabbd0c7f43e741573cfd14ab3c8 (diff)
test: allow user to choose which gdb to run tests with
The variable used for selecting gdb is TEST_GDB, consistent with TEST_CC and TEST_EMACS{,CLIENT}.
Diffstat (limited to 'test/T050-new.sh')
-rwxr-xr-xtest/T050-new.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/T050-new.sh b/test/T050-new.sh
index 2bc799d2..9115de82 100755
--- a/test/T050-new.sh
+++ b/test/T050-new.sh
@@ -317,7 +317,7 @@ end
run
EOF
-gdb --batch-silent --return-child-result -x notmuch-new-vanish.gdb \
+${TEST_GDB} --batch-silent --return-child-result -x notmuch-new-vanish.gdb \
--args notmuch new 2>OUTPUT 1>/dev/null
echo "exit status: $?" >> OUTPUT