From: Mark Walters Date: Sat, 26 Oct 2013 22:02:08 +0000 (+0100) Subject: pick: rename test emacs-pick to emacs-tree X-Git-Tag: 0.17_rc1~85 X-Git-Url: https://rtime.felk.cvut.cz/gitweb/notmuch.git/commitdiff_plain/2a26f61421d0783632a420f561853aa0e70b8eb7?ds=sidebyside pick: rename test emacs-pick to emacs-tree Also fixup run-tests.sh --- 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