X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=test%2FT440-emacs-hello.sh;h=bafccd1f355f45450348fc30cfe2718049fd9e13;hb=572af2795007464ffbf9cd4656e0e5736d78d362;hp=ac214a5b2b451c05d0b6d2baa9b733362e8fbf7d;hpb=ec3937b5cd2884504d5536dc8631a15fd506050b;p=notmuch diff --git a/test/T440-emacs-hello.sh b/test/T440-emacs-hello.sh index ac214a5b..bafccd1f 100755 --- a/test/T440-emacs-hello.sh +++ b/test/T440-emacs-hello.sh @@ -1,10 +1,12 @@ #!/usr/bin/env bash test_description="emacs notmuch-hello view" -. ./test-lib.sh || exit 1 +. $(dirname "$0")/test-lib.sh || exit 1 +. $NOTMUCH_SRCDIR/test/test-lib-emacs.sh || exit 1 -EXPECTED=$TEST_DIRECTORY/emacs.expected-output +EXPECTED=$NOTMUCH_SRCDIR/test/emacs.expected-output +test_require_emacs add_email_corpus test_begin_subtest "User-defined section with inbox tag"