aboutsummaryrefslogtreecommitdiffhomepage
path: root/contrib/notmuch-pick/run-tests.sh
diff options
context:
space:
mode:
authorGravatar Mark Walters <markwalters1009@gmail.com>2013-10-26 23:02:07 +0100
committerGravatar David Bremner <bremner@debian.org>2013-10-29 08:14:22 -0300
commitdae09c690b898909ad551feaf265e86f91bf3630 (patch)
tree831d4e668d6f5bafaa9e97974013ed04373b6075 /contrib/notmuch-pick/run-tests.sh
parente265a67c5531b7d3f10706875332502371a8fb98 (diff)
pick: rename test outputs from pick to tree
Rename all the test output files to tree rather than pick, move the containing directory to a tree.expected-output and fix up the references in the test.
Diffstat (limited to 'contrib/notmuch-pick/run-tests.sh')
-rwxr-xr-xcontrib/notmuch-pick/run-tests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/notmuch-pick/run-tests.sh b/contrib/notmuch-pick/run-tests.sh
index b642ae80..4832d72b 100755
--- a/contrib/notmuch-pick/run-tests.sh
+++ b/contrib/notmuch-pick/run-tests.sh
@@ -8,7 +8,7 @@ fail() {
}
TESTS="emacs-pick"
-TESTFILES="$TESTS pick.expected-output"
+TESTFILES="$TESTS tree.expected-output"
export PICK_DIR="`cd \`dirname "$0"\` && pwd`"
PICK_TEST_DIR="$PICK_DIR/test"