aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJani Nikula <jani@nikula.org>2017-09-25 23:38:30 +0300
committerDavid Bremner <david@tethera.net>2017-10-20 19:55:57 -0300
commitb079133ca80a0ca996981d902c35c870f604d42f (patch)
treeec21dc85130a3e14840866654024526c2cc26d86
parent32c088b524704cb7b47e48378df0cb7d83b63d4f (diff)
test: use source and build paths in T260-thread-order.sh
Make a distinction between source and build directories.
-rwxr-xr-xtest/T260-thread-order.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/T260-thread-order.sh b/test/T260-thread-order.sh
index 7f71ce09..fea61275 100755
--- a/test/T260-thread-order.sh
+++ b/test/T260-thread-order.sh
@@ -4,7 +4,7 @@ test_description="threading when messages received out of order"
# Generate all single-root four message thread structures. We'll use
# this for multiple tests below.
-THREADS=$($NOTMUCH_PYTHON ${TEST_DIRECTORY}/gen-threads.py 4)
+THREADS=$($NOTMUCH_PYTHON ${NOTMUCH_SRCDIR}/test/gen-threads.py 4)
nthreads=$(wc -l <<< "$THREADS")
test_begin_subtest "Messages with one parent get linked in all delivery orders"