From 26d56b7dc87600c560672c582f1785a21e10fa45 Mon Sep 17 00:00:00 2001 From: akr Date: Sat, 25 Oct 2014 23:20:08 +0000 Subject: A test renamed. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48141 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/ruby/test_io.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') 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 -- cgit v1.2.3