From 540cf43205262d8208516d4046caabfdae62a45a Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Fri, 18 Aug 2023 10:33:25 +0900 Subject: [ruby/io-console] Enable `getpass` methods always https://github.com/ruby/io-console/commit/57f9649df4 --- test/io/console/test_io_console.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'test') diff --git a/test/io/console/test_io_console.rb b/test/io/console/test_io_console.rb index 3f4b64bbcd..972b2e4cb4 100644 --- a/test/io/console/test_io_console.rb +++ b/test/io/console/test_io_console.rb @@ -241,7 +241,6 @@ defined?(PTY) and defined?(IO.console) and TestIO_Console.class_eval do end def test_getpass - omit unless IO.method_defined?("getpass") run_pty("p IO.console.getpass('> ')") do |r, w| assert_equal("> ", r.readpartial(10)) sleep 0.1 -- cgit v1.2.3