From a343952d195a324dd4563318d8f88b167316ce5d Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Tue, 21 Jun 2022 09:36:37 +0900 Subject: On FreeBSD omit the test to close a pipe while reading [ci skip] --- bootstraptest/test_io.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'bootstraptest') diff --git a/bootstraptest/test_io.rb b/bootstraptest/test_io.rb index 73deca8383..c6c3772d36 100644 --- a/bootstraptest/test_io.rb +++ b/bootstraptest/test_io.rb @@ -83,6 +83,7 @@ assert_normal_exit %q{ ARGF.set_encoding "foo" } +/freebsd/ =~ RUBY_PLATFORM or 10.times do assert_normal_exit %q{ at_exit { p :foo } -- cgit v1.2.1