aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/T010-help-test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/T010-help-test.sh')
-rwxr-xr-xtest/T010-help-test.sh12
1 files changed, 12 insertions, 0 deletions
diff --git a/test/T010-help-test.sh b/test/T010-help-test.sh
new file mode 100755
index 00000000..f7df725e
--- /dev/null
+++ b/test/T010-help-test.sh
@@ -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