X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=test%2Fhelp-test;fp=test%2Fhelp-test;h=0000000000000000000000000000000000000000;hb=a755c9d6a9099366cc82ba3a4bee8e6d2b83d529;hp=f7df725eea611797c333ba7a5a759cf31b9171f0;hpb=84719b08f757a6079f4c3331d0c476d19b265948;p=notmuch diff --git a/test/help-test b/test/help-test deleted file mode 100755 index f7df725e..00000000 --- a/test/help-test +++ /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