summaryrefslogtreecommitdiffstats
path: root/test/ruby
diff options
context:
space:
mode:
Diffstat (limited to 'test/ruby')
-rw-r--r--test/ruby/test_io.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/ruby/test_io.rb b/test/ruby/test_io.rb
index 6b2dc3102..35f575aa1 100644
--- a/test/ruby/test_io.rb
+++ b/test/ruby/test_io.rb
@@ -636,6 +636,10 @@ class TestIO < Test::Unit::TestCase
assert_equal("", f2.read)
end
+ proc do
+ open(__FILE__) # see Bug #493 [ruby-dev:35957]
+ end.call
+
pipe2 do |r, w|
assert_raise(Errno::EMFILE, Errno::ENFILE, Errno::ENOMEM) do
r2, w2 = r.dup, w.dup