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:
parent
51cb462f42
commit
b5c0ca497e
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue