From 140e8fb11814038647ee30d01fec2e1bd1368605 Mon Sep 17 00:00:00 2001 From: Florian Klink Date: Thu, 19 Apr 2018 10:41:01 +0200 Subject: [PATCH] T460-emacs-tree: sync $EXPECTED with test name This syncs the $EXPECTED directory name with the tests filename. Signed-off-by: Florian Klink --- 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.43.0