diff options
author | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2014-04-29 05:19:38 +0000 |
---|---|---|
committer | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2014-04-29 05:19:38 +0000 |
commit | 07f2563745afca2f7e4fdccba483df4cad0cc9e9 (patch) | |
tree | 374c1cf4058d2f1ffda2878dd5a2ae273877b7c3 /bootstraptest | |
parent | 17a4a9b99327e44e2ddf22c060a2c6802441f91e (diff) | |
download | ruby-07f2563745afca2f7e4fdccba483df4cad0cc9e9.tar.gz |
* (lib/tmpdir.rb): Rescue LoadError on etc.so for miniruby.
Revert r45707, r45711, r45717.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45744 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'bootstraptest')
-rw-r--r-- | bootstraptest/test_io.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/bootstraptest/test_io.rb b/bootstraptest/test_io.rb index 881431c93e..f7360f34b3 100644 --- a/bootstraptest/test_io.rb +++ b/bootstraptest/test_io.rb @@ -42,7 +42,6 @@ assert_finish 1, %q{ } assert_equal 'ok', %q{ - $" << 'etc.so' require 'tmpdir' begin tmpname = "#{Dir.tmpdir}/ruby-btest-#{$$}-#{rand(0x100000000).to_s(36)}" @@ -59,7 +58,6 @@ assert_equal 'ok', %q{ } assert_equal 'ok', %q{ - $" << 'etc.so' require 'tmpdir' begin tmpname = "#{Dir.tmpdir}/ruby-btest-#{$$}-#{rand(0x100000000).to_s(36)}" |