aboutsummaryrefslogtreecommitdiff
path: root/test/T380-atomicity.sh
diff options
context:
space:
mode:
authorJani Nikula <jani@nikula.org>2017-09-25 23:38:35 +0300
committerDavid Bremner <david@tethera.net>2017-10-20 20:49:37 -0300
commite216d9b7ab647e36c9e37121a7c99f4d2042e9c6 (patch)
tree4fc94e05d7ccd699ec5ab87e9571f9ef1a8e1612 /test/T380-atomicity.sh
parent0364a6d74bbca223e4368be3c1dce2b99f5917db (diff)
test: use source and build paths in T380-atomicity.sh
Make a distinction between source and build directories.
Diffstat (limited to 'test/T380-atomicity.sh')
-rwxr-xr-xtest/T380-atomicity.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/T380-atomicity.sh b/test/T380-atomicity.sh
index 17a3e478..45de2228 100755
--- a/test/T380-atomicity.sh
+++ b/test/T380-atomicity.sh
@@ -64,7 +64,7 @@ if test_require_external_prereq gdb; then
# -tty /dev/null works around a conflict between the 'timeout' wrapper
# and gdb's attempt to control the TTY.
export MAIL_DIR
- ${TEST_GDB} -tty /dev/null -batch -x $TEST_DIRECTORY/atomicity.py notmuch 1>gdb.out 2>&1
+ ${TEST_GDB} -tty /dev/null -batch -x $NOTMUCH_SRCDIR/test/atomicity.py notmuch 1>gdb.out 2>&1
# Get the final, golden output
notmuch search '*' > expected