From b5c0ca497e4b238460fc9450800e43d44fc4821d Mon Sep 17 00:00:00 2001 From: naruse Date: Mon, 7 Dec 2015 03:11:53 +0000 Subject: temporally remove prompt to pass the test git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52911 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/io/console/test_io_console.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/io/console/test_io_console.rb b/test/io/console/test_io_console.rb index 379921f337..0e161b5c7a 100644 --- a/test/io/console/test_io_console.rb +++ b/test/io/console/test_io_console.rb @@ -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 } -- cgit v1.2.3