[PATCH] T460-emacs-tree: sync $EXPECTED with test name
Florian Klink
flokli at flokli.de
Thu Apr 19 01:41:01 PDT 2018
This syncs the $EXPECTED directory name with the tests filename.
Signed-off-by: Florian Klink <flokli at flokli.de>
---
test/T460-emacs-tree.sh | 2 +-
.../notmuch-tree-show-window | 0
.../notmuch-tree-single-thread | 0
.../notmuch-tree-tag-inbox | 0
.../notmuch-tree-tag-inbox-tagged | 0
.../notmuch-tree-tag-inbox-thread-tagged | 0
6 files changed, 1 insertion(+), 1 deletion(-)
rename test/{tree.expected-output => emacs-tree.expected-output}/notmuch-tree-show-window (100%)
rename test/{tree.expected-output => emacs-tree.expected-output}/notmuch-tree-single-thread (100%)
rename test/{tree.expected-output => emacs-tree.expected-output}/notmuch-tree-tag-inbox (100%)
rename test/{tree.expected-output => emacs-tree.expected-output}/notmuch-tree-tag-inbox-tagged (100%)
rename test/{tree.expected-output => emacs-tree.expected-output}/notmuch-tree-tag-inbox-thread-tagged (100%)
diff --git a/test/T460-emacs-tree.sh b/test/T460-emacs-tree.sh
index 0f4e4503..cb2c90b8 100755
--- a/test/T460-emacs-tree.sh
+++ b/test/T460-emacs-tree.sh
@@ -3,7 +3,7 @@
test_description="emacs tree view interface"
. $(dirname "$0")/test-lib.sh || exit 1
-EXPECTED=$NOTMUCH_SRCDIR/test/tree.expected-output
+EXPECTED=$NOTMUCH_SRCDIR/test/emacs-tree.expected-output
add_email_corpus
diff --git a/test/tree.expected-output/notmuch-tree-show-window b/test/emacs-tree.expected-output/notmuch-tree-show-window
similarity index 100%
rename from test/tree.expected-output/notmuch-tree-show-window
rename to test/emacs-tree.expected-output/notmuch-tree-show-window
diff --git a/test/tree.expected-output/notmuch-tree-single-thread b/test/emacs-tree.expected-output/notmuch-tree-single-thread
similarity index 100%
rename from test/tree.expected-output/notmuch-tree-single-thread
rename to test/emacs-tree.expected-output/notmuch-tree-single-thread
diff --git a/test/tree.expected-output/notmuch-tree-tag-inbox b/test/emacs-tree.expected-output/notmuch-tree-tag-inbox
similarity index 100%
rename from test/tree.expected-output/notmuch-tree-tag-inbox
rename to test/emacs-tree.expected-output/notmuch-tree-tag-inbox
diff --git a/test/tree.expected-output/notmuch-tree-tag-inbox-tagged b/test/emacs-tree.expected-output/notmuch-tree-tag-inbox-tagged
similarity index 100%
rename from test/tree.expected-output/notmuch-tree-tag-inbox-tagged
rename to test/emacs-tree.expected-output/notmuch-tree-tag-inbox-tagged
diff --git a/test/tree.expected-output/notmuch-tree-tag-inbox-thread-tagged b/test/emacs-tree.expected-output/notmuch-tree-tag-inbox-thread-tagged
similarity index 100%
rename from test/tree.expected-output/notmuch-tree-tag-inbox-thread-tagged
rename to test/emacs-tree.expected-output/notmuch-tree-tag-inbox-thread-tagged
--
2.16.3
More information about the notmuch
mailing list