mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
test: use source and build paths in T4?0-emacs-*.sh
Make a distinction between source and build directories.
This commit is contained in:
parent
e216d9b7ab
commit
1ab72b13cd
3 changed files with 3 additions and 3 deletions
|
@ -3,7 +3,7 @@
|
|||
test_description="emacs notmuch-hello view"
|
||||
. $(dirname "$0")/test-lib.sh || exit 1
|
||||
|
||||
EXPECTED=$TEST_DIRECTORY/emacs.expected-output
|
||||
EXPECTED=$NOTMUCH_SRCDIR/test/emacs.expected-output
|
||||
|
||||
add_email_corpus
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
test_description="emacs notmuch-show view"
|
||||
. $(dirname "$0")/test-lib.sh || exit 1
|
||||
|
||||
EXPECTED=$TEST_DIRECTORY/emacs-show.expected-output
|
||||
EXPECTED=$NOTMUCH_SRCDIR/test/emacs-show.expected-output
|
||||
|
||||
add_email_corpus
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
test_description="emacs tree view interface"
|
||||
. $(dirname "$0")/test-lib.sh || exit 1
|
||||
|
||||
EXPECTED=$TEST_DIRECTORY/tree.expected-output
|
||||
EXPECTED=$NOTMUCH_SRCDIR/test/tree.expected-output
|
||||
|
||||
add_email_corpus
|
||||
|
||||
|
|
Loading…
Reference in a new issue