From 2a26f61421d0783632a420f561853aa0e70b8eb7 Mon Sep 17 00:00:00 2001 From: Mark Walters Date: Sat, 26 Oct 2013 23:02:08 +0100 Subject: [PATCH] pick: rename test emacs-pick to emacs-tree Also fixup run-tests.sh --- contrib/notmuch-pick/run-tests.sh | 2 +- contrib/notmuch-pick/test/{emacs-pick => emacs-tree} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename contrib/notmuch-pick/test/{emacs-pick => emacs-tree} (100%) diff --git a/contrib/notmuch-pick/run-tests.sh b/contrib/notmuch-pick/run-tests.sh index 4832d72b..1767949c 100755 --- a/contrib/notmuch-pick/run-tests.sh +++ b/contrib/notmuch-pick/run-tests.sh @@ -7,7 +7,7 @@ fail() { exit 1 } -TESTS="emacs-pick" +TESTS="emacs-tree" TESTFILES="$TESTS tree.expected-output" export PICK_DIR="`cd \`dirname "$0"\` && pwd`" diff --git a/contrib/notmuch-pick/test/emacs-pick b/contrib/notmuch-pick/test/emacs-tree similarity index 100% rename from contrib/notmuch-pick/test/emacs-pick rename to contrib/notmuch-pick/test/emacs-tree -- 2.43.0