summaryrefslogtreecommitdiff
path: root/test/webrick
diff options
context:
space:
mode:
Diffstat (limited to 'test/webrick')
-rw-r--r--test/webrick/test_server.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/webrick/test_server.rb b/test/webrick/test_server.rb
index 5c6b3e55de..ce5ee85c6c 100644
--- a/test/webrick/test_server.rb
+++ b/test/webrick/test_server.rb
@@ -50,11 +50,9 @@ class TestWEBrickServer < Test::Unit::TestCase
Process.fork{
r.close
WEBrick::Daemon.start
- w.puts(Process.ppid)
w.puts(Process.pid)
sleep
}
- assert_equal(1, r.gets.to_i)
assert(Process.kill(:KILL, r.gets.to_i))
rescue NotImplementedError
# snip this test