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

temporally remove prompt to pass the test

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52911 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
naruse 2015-12-07 03:11:53 +00:00
parent 51cb462f42
commit b5c0ca497e

View file

@ -187,7 +187,7 @@ class TestIO_Console < Test::Unit::TestCase
sleep 0.1
s.print "asdf\n"
}
assert_equal("asdf", m.getpass("> "))
assert_equal("asdf", m.getpass)
assert_equal("\n", s.readpartial(2))
th.join
}