summaryrefslogtreecommitdiff
path: root/test/test_pty.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_pty.rb')
-rw-r--r--test/test_pty.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/test_pty.rb b/test/test_pty.rb
index b6f7532a79..9e40a3d2fb 100644
--- a/test/test_pty.rb
+++ b/test/test_pty.rb
@@ -196,7 +196,6 @@ class TestPTY < Test::Unit::TestCase
rescue RuntimeError
skip $!
else
- assert_equal(pid, st1.pid) if st1
assert_nil(st1)
assert_equal(pid, st2.pid)
end
@@ -215,7 +214,6 @@ class TestPTY < Test::Unit::TestCase
rescue RuntimeError
skip $!
else
- assert_equal(pid, st1.pid) if st1
assert_nil(st1)
assert_equal(pid, st2.pid)
end