1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

add ML ref.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26289 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
akr 2010-01-11 18:21:47 +00:00
parent 05c4d8b9f4
commit f86cca6f55

View file

@ -1161,7 +1161,7 @@ class TestProcess < Test::Unit::TestCase
system(RUBY, "-e", "exit true") system(RUBY, "-e", "exit true")
status = $? status = $?
} }
assert(status.success?) assert(status.success?, "[ruby-dev:38105]")
} }
end end
end end