From 8960d6b5bdf8cffe01aa21bec17d8b889398acae Mon Sep 17 00:00:00 2001 From: Charles Oliver Nutter Date: Wed, 3 Feb 2021 14:51:02 -0600 Subject: [ruby/io-console] Add console.rb to search for paths https://github.com/ruby/io-console/commit/74567376c4 --- test/io/console/test_io_console.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/io/console') diff --git a/test/io/console/test_io_console.rb b/test/io/console/test_io_console.rb index adcff4a4ea..105afc1738 100644 --- a/test/io/console/test_io_console.rb +++ b/test/io/console/test_io_console.rb @@ -7,7 +7,7 @@ rescue LoadError end class TestIO_Console < Test::Unit::TestCase - PATHS = $LOADED_FEATURES.grep(%r"/io/console(?:\.#{RbConfig::CONFIG['DLEXT']}|/\w+\.rb)\z") {$`} + PATHS = $LOADED_FEATURES.grep(%r"/io/console(?:\.#{RbConfig::CONFIG['DLEXT']}|\.rb|/\w+\.rb)\z") {$`} PATHS.uniq! # FreeBSD seems to hang on TTOU when running parallel tests -- cgit v1.2.3