]> git.notmuchmail.org Git - notmuch/blobdiff - test/help-test
test: renamed test scripts to format T\d\d\d-name.sh
[notmuch] / test / help-test
diff --git a/test/help-test b/test/help-test
deleted file mode 100755 (executable)
index f7df725..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/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