From c16a3d724ddf593d31502efd5106998a2bae2c7f Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sun, 10 Nov 2013 21:09:29 +0000 Subject: test_server: remove unneccessary IO#wait call This was failing under Rubinius and not necessary after all ref: https://github.com/rubysl/rubysl-io-wait/issues/2 --- test/test_server.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'test/test_server.rb') diff --git a/test/test_server.rb b/test/test_server.rb index f0df475..f4c66ae 100644 --- a/test/test_server.rb +++ b/test/test_server.rb @@ -702,7 +702,6 @@ class TestServer < Testcase Process.kill(:QUIT, pid) _, status = Timeout.timeout(5) { Process.waitpid2(pid) } assert status.success?, status.inspect - assert_nil c.wait(1) assert_nil c.read(666) end -- cgit v1.2.3-24-ge0c7