aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorGravatar Tomi Ollila <tomi.ollila@iki.fi>2013-05-31 22:10:31 +0300
committerGravatar David Bremner <bremner@debian.org>2013-06-24 22:52:59 -0700
commit8d863c9e87677909491f9783b951b2f0f13130ab (patch)
tree5738981eb4f34c5bc2ce7175423c9b44d299f0a8 /test
parenteb7d096edce8443f3db49376ee485cf357523d3b (diff)
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.
Diffstat (limited to 'test')
-rwxr-xr-xtest/help-test9
1 files changed, 0 insertions, 9 deletions
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