test: use source and build paths in T260-thread-order.sh

Make a distinction between source and build directories.
This commit is contained in:
Jani Nikula 2017-09-25 23:38:30 +03:00 committed by David Bremner
parent 32c088b524
commit b079133ca8

View file

@ -4,7 +4,7 @@ test_description="threading when messages received out of order"
# Generate all single-root four message thread structures. We'll use # Generate all single-root four message thread structures. We'll use
# this for multiple tests below. # 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") nthreads=$(wc -l <<< "$THREADS")
test_begin_subtest "Messages with one parent get linked in all delivery orders" test_begin_subtest "Messages with one parent get linked in all delivery orders"