From a7fa5122d7c48f2bddeaa74114111b666f986a21 Mon Sep 17 00:00:00 2001 From: usa Date: Thu, 28 Aug 2008 10:05:35 +0000 Subject: * bootstraptest/test_io.rb: no need to create real file. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18893 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- bootstraptest/test_io.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bootstraptest') diff --git a/bootstraptest/test_io.rb b/bootstraptest/test_io.rb index c0b906fb4d..75570cd2c1 100644 --- a/bootstraptest/test_io.rb +++ b/bootstraptest/test_io.rb @@ -79,7 +79,7 @@ assert_normal_exit %q{ at_exit { p :foo } megacontent = "abc" * 12345678 - File.open("megasrc", "w") {|f| f << megacontent } + #File.open("megasrc", "w") {|f| f << megacontent } Thread.new { sleep rand*0.2; Process.kill(:INT, $$) } -- cgit v1.2.3