From: Jani Nikula Date: Mon, 25 Sep 2017 20:38:30 +0000 (+0300) Subject: test: use source and build paths in T260-thread-order.sh X-Git-Tag: 0.26_rc0~89 X-Git-Url: https://git.notmuchmail.org/git?a=commitdiff_plain;h=b079133ca80a0ca996981d902c35c870f604d42f;p=notmuch test: use source and build paths in T260-thread-order.sh Make a distinction between source and build directories. --- 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"