зеркало из https://github.com/github/ruby.git
test_io_console.rb: skip
* test/io/console/test_io_console.rb (test_getpass): skip for the time being. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53001 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
040a83d83e
Коммит
ac5c2218ee
|
@ -181,6 +181,7 @@ class TestIO_Console < Test::Unit::TestCase
|
|||
end
|
||||
|
||||
def test_getpass
|
||||
skip unless /\bIO\#getpass\b/ =~ ENV["RUBY_TESTS"]
|
||||
skip unless IO.method_defined?("getpass")
|
||||
run_pty("p IO.console.getpass('> ')") do |r, w|
|
||||
assert_equal("> ", r.readpartial(10))
|
||||
|
|
Загрузка…
Ссылка в новой задаче