summaryrefslogtreecommitdiff
path: root/test/irb/test_option.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/irb/test_option.rb')
-rw-r--r--test/irb/test_option.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/irb/test_option.rb b/test/irb/test_option.rb
index 846d7185a5..5e29803bb6 100644
--- a/test/irb/test_option.rb
+++ b/test/irb/test_option.rb
@@ -5,7 +5,7 @@ module TestIRB
class TestOption < Test::Unit::TestCase
def test_end_of_option
bug4117 = '[ruby-core:33574]'
- status = assert_in_out_err(%w[-rirb -e IRB.start(__FILE__) -- --], "", //, [], bug4117)
+ status = assert_in_out_err(%w[-rirb -e IRB.start(__FILE__) -- -f --], "", //, [], bug4117)
assert(status.success?, bug4117)
end
end