aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_rubyoptions.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/ruby/test_rubyoptions.rb')
-rw-r--r--test/ruby/test_rubyoptions.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/test/ruby/test_rubyoptions.rb b/test/ruby/test_rubyoptions.rb
index 24731a38c1..c39a45afe8 100644
--- a/test/ruby/test_rubyoptions.rb
+++ b/test/ruby/test_rubyoptions.rb
@@ -31,11 +31,6 @@ class TestRubyOptions < Test::Unit::TestCase
assert_operator(r.size, :<=, 24)
assert_equal([], e)
end
-
- assert_in_out_err(%w(--help)) do |r, e|
- assert_operator(r.size, :<=, 24)
- assert_equal([], e)
- end
end
def test_option_variables