Skip to content

Commit

Permalink
[ruby/io-console] Add console.rb to search for paths
Browse files Browse the repository at this point in the history
  • Loading branch information
headius authored and nobu committed Feb 5, 2021
1 parent 9ef7780 commit 8960d6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/io/console/test_io_console.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
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
Expand Down

0 comments on commit 8960d6b

Please sign in to comment.