aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorGravatar David Bremner <bremner@debian.org>2011-11-26 21:15:20 -0800
committerGravatar David Bremner <bremner@debian.org>2011-11-26 21:15:20 -0800
commitac8576de63b4383aef597e1db5af939e3b46594c (patch)
tree9a48d8da04b0cb3ffea695565de02ae459d77eae /test
parent9756b9dcb93c1babf5083cd91ad242b148c426a3 (diff)
parent398b94bb394e2be0633175b58b47451bc3ba98ca (diff)
Merge branch 'release'
Diffstat (limited to 'test')
-rwxr-xr-xtest/help-test12
-rwxr-xr-xtest/notmuch-test1
2 files changed, 13 insertions, 0 deletions
diff --git a/test/help-test b/test/help-test
new file mode 100755
index 00000000..9f4b9c79
--- /dev/null
+++ b/test/help-test
@@ -0,0 +1,12 @@
+#!/usr/bin/env bash
+
+test_description="online help"
+. test-lib.sh
+
+test_expect_success 'notmuch --help' 'notmuch --help'
+test_expect_success 'notmuch --help tag' 'notmuch --help tag'
+test_expect_success 'notmuch help' 'notmuch help'
+test_expect_success 'notmuch help tag' 'notmuch help tag'
+test_expect_success 'notmuch --version' 'notmuch --version'
+
+test_done
diff --git a/test/notmuch-test b/test/notmuch-test
index 6c65ed7a..ba28ff39 100755
--- a/test/notmuch-test
+++ b/test/notmuch-test
@@ -18,6 +18,7 @@ cd $(dirname "$0")
TESTS="
basic
+ help-test
new
count
search