aboutsummaryrefslogtreecommitdiffhomepage
path: root/contrib/notmuch-pick/run-tests.sh
diff options
context:
space:
mode:
authorGravatar Mark Walters <markwalters1009@gmail.com>2013-08-26 20:57:23 +0100
committerGravatar David Bremner <bremner@debian.org>2013-08-27 08:01:32 -0300
commit9701e9c7d57435844fe5a28c91c9d8a3d902aaa7 (patch)
treeced6310281a5176fead530d9bc27dbd0eb07ffc2 /contrib/notmuch-pick/run-tests.sh
parenta56449c24c59bb85c4f00c980f3ce64db77689be (diff)
contrib: pick: remove sync tests
Since the previous commit removed the sync parser we may as well remove its tests too.
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 7ddc9cca..b642ae80 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 emacs-pick-sync"
+TESTS="emacs-pick"
TESTFILES="$TESTS pick.expected-output"
export PICK_DIR="`cd \`dirname "$0"\` && pwd`"