summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2022-06-21 09:36:37 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2022-06-21 09:41:29 +0900
commita343952d195a324dd4563318d8f88b167316ce5d (patch)
treed0b49fa5eeefb77ae7de893013396106d6e37b38
parent596f4b0d3ab8bc2559a52396d3a29ce62e6a3694 (diff)
On FreeBSD omit the test to close a pipe while reading [ci skip]
-rw-r--r--bootstraptest/test_io.rb1
1 files changed, 1 insertions, 0 deletions
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 }