From e373aed7071367491cf29d2e9c00bedd3ef115a3 Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 9 Dec 2015 20:06:00 +0000 Subject: TestIO_Console.rb: disable getpass test by --excludes git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53015 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/io/console/test_io_console.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'test/io') diff --git a/test/io/console/test_io_console.rb b/test/io/console/test_io_console.rb index 67d58fdebe..ba9063e1b3 100644 --- a/test/io/console/test_io_console.rb +++ b/test/io/console/test_io_console.rb @@ -181,7 +181,6 @@ 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)) -- cgit v1.2.3