aboutsummaryrefslogtreecommitdiffstats
path: root/test/irb
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-12-08 22:00:59 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-12-08 22:00:59 +0000
commitfc2748e71ef3ae809a25dde6fdda84907c504a44 (patch)
tree1c679605c82fb38fd226ee99a250111b3a5b001a /test/irb
parentb2ea6df3b58cb125a80564e791f2c2f23d150cdd (diff)
downloadruby-fc2748e71ef3ae809a25dde6fdda84907c504a44.tar.gz
* 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
Diffstat (limited to 'test/irb')
-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