From fc2748e71ef3ae809a25dde6fdda84907c504a44 Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 8 Dec 2010 22:00:59 +0000 Subject: * test/irb/test_option.rb (test_end_of_option): don't read .irbrc. Bug#4138 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30147 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/irb/test_option.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') 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 -- cgit v1.2.3