diff options
author | Mark Walters <markwalters1009@gmail.com> | 2013-10-26 23:02:08 +0100 |
---|---|---|
committer | David Bremner <bremner@debian.org> | 2013-10-29 08:15:07 -0300 |
commit | 2a26f61421d0783632a420f561853aa0e70b8eb7 (patch) | |
tree | f0c25034fd26f9e295cdd252b41fa3c7ed6598ed | |
parent | dae09c690b898909ad551feaf265e86f91bf3630 (diff) |
pick: rename test emacs-pick to emacs-tree
Also fixup run-tests.sh
-rwxr-xr-x | contrib/notmuch-pick/run-tests.sh | 2 | ||||
-rwxr-xr-x | contrib/notmuch-pick/test/emacs-tree (renamed from contrib/notmuch-pick/test/emacs-pick) | 0 |
2 files changed, 1 insertions, 1 deletions
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 index 05ce85d0..05ce85d0 100755 --- a/contrib/notmuch-pick/test/emacs-pick +++ b/contrib/notmuch-pick/test/emacs-tree |