mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
test: use source and build paths in T260-thread-order.sh
Make a distinction between source and build directories.
This commit is contained in:
parent
32c088b524
commit
b079133ca8
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue