X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=test%2Fhelp-test;fp=test%2Fhelp-test;h=9f4b9c79de47860f4c128074f92ffeda43310347;hb=398b94bb394e2be0633175b58b47451bc3ba98ca;hp=0000000000000000000000000000000000000000;hpb=c0d8ebe36ea7ab087a8d71ad17116230a51a1cbf;p=notmuch 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