diff options
| author | Tomi Ollila <tomi.ollila@iki.fi> | 2021-05-23 10:34:43 +0300 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2021-06-03 09:29:27 -0300 |
| commit | 572af2795007464ffbf9cd4656e0e5736d78d362 (patch) | |
| tree | f125d88914372d097b52e70368bf703d02eeea92 /test/T510-thread-replies.sh | |
| parent | 100106a45d9f362ed8770c95cf35bd43f6580511 (diff) | |
test: source $NOTMUCH_SRCDIR/test/test-lib-emacs.sh
Sourcing test-lib.sh will cd to TMP_DIRECTORY, so
relative path in $0 will not work in previous version
. $(dirname "$0")/test-lib-emacs.sh
Now individual test scripts -- e.g. ./test/T310-emacs.sh
will work.
Diffstat (limited to 'test/T510-thread-replies.sh')
| -rwxr-xr-x | test/T510-thread-replies.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/T510-thread-replies.sh b/test/T510-thread-replies.sh index cdb4be44..35f3ff83 100755 --- a/test/T510-thread-replies.sh +++ b/test/T510-thread-replies.sh @@ -10,7 +10,7 @@ test_description='test of proper handling of in-reply-to and references headers' # non-RFC-compliant headers' . $(dirname "$0")/test-lib.sh || exit 1 -. $(dirname "$0")/test-lib-emacs.sh || exit 1 +. $NOTMUCH_SRCDIR/test/test-lib-emacs.sh || exit 1 test_begin_subtest "Use References when In-Reply-To is broken" add_message '[id]="foo@one.com"' \ |
