summaryrefslogtreecommitdiff
path: root/bootstraptest
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-04-24 13:56:09 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-04-24 13:56:09 +0000
commita87c3b4869daaadbeeea0b5b067bc9cd19ac4911 (patch)
tree38d474943ecf004ebea3e81dc5bebafc54d62fbb /bootstraptest
parent917681a3b7fdaec37da91c06b6c2b21a9c55f4e0 (diff)
* bootstraptest/test_io.rb: Add etc.so to $" before require 'tmpdir'.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45711 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'bootstraptest')
-rw-r--r--bootstraptest/test_io.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/bootstraptest/test_io.rb b/bootstraptest/test_io.rb
index f7360f34b3..881431c93e 100644
--- a/bootstraptest/test_io.rb
+++ b/bootstraptest/test_io.rb
@@ -42,6 +42,7 @@ assert_finish 1, %q{
}
assert_equal 'ok', %q{
+ $" << 'etc.so'
require 'tmpdir'
begin
tmpname = "#{Dir.tmpdir}/ruby-btest-#{$$}-#{rand(0x100000000).to_s(36)}"
@@ -58,6 +59,7 @@ assert_equal 'ok', %q{
}
assert_equal 'ok', %q{
+ $" << 'etc.so'
require 'tmpdir'
begin
tmpname = "#{Dir.tmpdir}/ruby-btest-#{$$}-#{rand(0x100000000).to_s(36)}"