From fd3cdb5ee3011f4273b5d06c38605fc9e35bfa36 Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 3 Oct 2013 11:41:50 +0000 Subject: test_io.rb: fix typo * test/ruby/test_io.rb (test_pid_after_close_read): fix typo. pointed out by Peter Suschlik. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43133 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/ruby/test_io.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/ruby') diff --git a/test/ruby/test_io.rb b/test/ruby/test_io.rb index c95b25d5ef..1351ee12a9 100644 --- a/test/ruby/test_io.rb +++ b/test/ruby/test_io.rb @@ -1409,7 +1409,7 @@ class TestIO < Test::Unit::TestCase assert_raise(IOError) { pipe.pid } end - def tesst_pid_after_close_read + def test_pid_after_close_read pid1 = pid2 = nil IO.popen(["echo", ""], "r+") do |io| pid1 = io.pid -- cgit v1.2.3