summaryrefslogtreecommitdiff
path: root/test/ruby/test_process.rb
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-02-22 02:53:54 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-02-22 02:53:54 +0000
commit2027a05247456879928fdc2f47e9a8aa0079becd (patch)
treee3b180471c6c90c4a0521aaba443497b1b7fdccd /test/ruby/test_process.rb
parent839ae05e0cc3cfe9ecc7d1bcb6b4bb5b48a7231b (diff)
* test/ruby/test_process.rb: remove useless sleep.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39374 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
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)