aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_process.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/ruby/test_process.rb')
-rw-r--r--test/ruby/test_process.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/ruby/test_process.rb b/test/ruby/test_process.rb
index 049446334e..6616955502 100644
--- a/test/ruby/test_process.rb
+++ b/test/ruby/test_process.rb
@@ -1588,8 +1588,6 @@ class TestProcess < Test::Unit::TestCase
sleep
EOS
begin
- sleep 0.1
-
# test Process.getsid() w/o arg
assert_equal(Marshal.load(io), Process.getsid)