aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/ruby/test_io.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ruby/test_io.rb b/test/ruby/test_io.rb
index 6267b2866b..999be76aac 100644
--- a/test/ruby/test_io.rb
+++ b/test/ruby/test_io.rb
@@ -528,7 +528,7 @@ class TestIO < Test::Unit::TestCase
}
end
- def test_copy_stream_bigcontent
+ def test_copy_stream_bigcontent_fpos
with_bigsrc {|bigsrc, bigcontent|
File.open(bigsrc) {|f|
begin