From c60451d9cd8ff69095acf826b11ea01557cc9b8b Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Wed, 25 Sep 2019 09:42:35 +0900 Subject: [ruby/io-console] Unique paths to be added https://github.com/ruby/io-console/commit/a3ad851b6c --- test/io/console/test_io_console.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'test') diff --git a/test/io/console/test_io_console.rb b/test/io/console/test_io_console.rb index 3cf21d22ec..1215e21e34 100644 --- a/test/io/console/test_io_console.rb +++ b/test/io/console/test_io_console.rb @@ -8,6 +8,7 @@ end class TestIO_Console < Test::Unit::TestCase PATHS = $LOADED_FEATURES.grep(%r"/io/console(?:\.#{RbConfig::CONFIG['DLEXT']}|/\w+\.rb)\z") {$`} + PATHS.uniq! # FreeBSD seems to hang on TTOU when running parallel tests # tested on FreeBSD 11.x -- cgit v1.2.3