aboutsummaryrefslogtreecommitdiffstats
path: root/test/io
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-09 20:06:00 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-09 20:06:00 +0000
commit3825477ebf7bf18be1d3ba3c6dde6d8942c5ac1d (patch)
tree6dbee46350ecc85c32a91f92f692e34441e5cb54 /test/io
parentc6f52f00db7bb5fbfae293dd6379b11623f26e12 (diff)
downloadruby-3825477ebf7bf18be1d3ba3c6dde6d8942c5ac1d.tar.gz
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
Diffstat (limited to 'test/io')
-rw-r--r--test/io/console/test_io_console.rb1
1 files changed, 0 insertions, 1 deletions
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))