diff options
| author | Tomi Ollila <tomi.ollila@iki.fi> | 2017-01-07 11:47:27 +0200 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2017-01-08 10:50:28 -0400 |
| commit | 95efe2d4849f218fffd232dd6e10011f0f837878 (patch) | |
| tree | 63fbbff30377c3ed9f298dcdee4a2e86f3840ead /test/T060-count.sh | |
| parent | b15b96f846dcfabbd0c7f43e741573cfd14ab3c8 (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/T060-count.sh')
| -rwxr-xr-x | test/T060-count.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/T060-count.sh b/test/T060-count.sh index 69ab591f..d27e1bab 100755 --- a/test/T060-count.sh +++ b/test/T060-count.sh @@ -115,7 +115,7 @@ EOF backup_database test_begin_subtest "error message from query_search_messages" -gdb --batch-silent --return-child-result -x count-files.gdb \ +${TEST_GDB} --batch-silent --return-child-result -x count-files.gdb \ --args notmuch count --output=files '*' 2>OUTPUT 1>/dev/null cat <<EOF > EXPECTED notmuch count: A Xapian exception occurred |
