X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=test%2Fhelp-test;h=f7df725eea611797c333ba7a5a759cf31b9171f0;hp=bd0111c995b905a21ec706723fe806514240aaa4;hb=8d863c9e87677909491f9783b951b2f0f13130ab;hpb=ff598e4fdd580d9c7e19eb784b2ed137605d166f diff --git a/test/help-test b/test/help-test index bd0111c9..f7df725e 100755 --- a/test/help-test +++ b/test/help-test @@ -9,13 +9,4 @@ test_expect_success 'notmuch help' 'notmuch help' test_expect_success 'notmuch help tag' 'notmuch help tag' test_expect_success 'notmuch --version' 'notmuch --version' -test_begin_subtest "notmuch --stderr=stderr help %" -notmuch --stderr=stderr help % -test_expect_equal "$(cat stderr)" " -Sorry, % is not a known command. There's not much I can do to help." - -test_begin_subtest "notmuch --stderr=- help %" -test_expect_equal "$(notmuch --stderr=- help %)" " -Sorry, % is not a known command. There's not much I can do to help." - test_done