From 8d863c9e87677909491f9783b951b2f0f13130ab Mon Sep 17 00:00:00 2001 From: Tomi Ollila Date: Fri, 31 May 2013 22:10:31 +0300 Subject: revert: Removed top level --stderr= option While looked good on paper, its attempted use caused confusion, complexity, and potential for information leak when passed through wrapper scripts. For slimmer code and to lessen demand for maintenance/support the set of commits which added top level --stderr= option is now reverted. --- test/help-test | 9 --------- 1 file changed, 9 deletions(-) (limited to 'test') 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 -- cgit v1.2.3