Because both assert_equal and assert_nil do not pass at the same time.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63639 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
kazu 2018-06-12 14:36:32 +00:00
Родитель ed2987cb62
Коммит bcaf84e89c
1 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

@ -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