ruby-changes:31054
From: nobu <ko1@a...>
Date: Thu, 3 Oct 2013 20:41:58 +0900 (JST)
Subject: [ruby-changes:31054] nobu:r43133 (trunk): test_io.rb: fix typo
nobu 2013-10-03 20:41:50 +0900 (Thu, 03 Oct 2013) New Revision: 43133 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=43133 Log: test_io.rb: fix typo * test/ruby/test_io.rb (test_pid_after_close_read): fix typo. pointed out by Peter Suschlik. Modified files: trunk/test/ruby/test_io.rb Index: test/ruby/test_io.rb =================================================================== --- test/ruby/test_io.rb (revision 43132) +++ test/ruby/test_io.rb (revision 43133) @@ -1409,7 +1409,7 @@ class TestIO < Test::Unit::TestCase https://github.com/ruby/ruby/blob/trunk/test/ruby/test_io.rb#L1409 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 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/