Skip to content

Commit

Permalink
* bootstraptest/test_io.rb: no need to create real file.
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18893 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
unak committed Aug 28, 2008
1 parent d68321c commit a7fa512
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Thu Aug 28 19:04:50 2008 NAKAMURA Usaku <usa@ruby-lang.org>

* bootstraptest/test_io.rb: no need to create real file.

Thu Aug 28 09:26:53 2008 NARUSE, Yui <naruse@ruby-lang.org>

* test/cgi/test_cgi_multipart.rb: add test for multipart.
Expand Down
2 changes: 1 addition & 1 deletion bootstraptest/test_io.rb
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
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, $$) }
Expand Down

0 comments on commit a7fa512

Please sign in to comment.