summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-10-25 23:20:08 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-10-25 23:20:08 +0000
commit26d56b7dc87600c560672c582f1785a21e10fa45 (patch)
treec098ccf8443359bdff1be30c1b4eee11906f8e75 /test
parent856ad599e3f079828adff26c4f1e1ec74d2d9bd1 (diff)
A test renamed.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48141 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
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 18157fabf1..a979482e72 100644
--- a/test/ruby/test_io.rb
+++ b/test/ruby/test_io.rb
@@ -1370,7 +1370,7 @@ class TestIO < Test::Unit::TestCase
end
end
- def test_close_read_pipe_nosync
+ def test_write_epipe_nosync
assert_separately([], <<-"end;")
r, w = IO.pipe
r.close