diff options
author | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2022-06-21 09:36:37 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2022-06-21 09:41:29 +0900 |
commit | a343952d195a324dd4563318d8f88b167316ce5d (patch) | |
tree | d0b49fa5eeefb77ae7de893013396106d6e37b38 /bootstraptest | |
parent | 596f4b0d3ab8bc2559a52396d3a29ce62e6a3694 (diff) | |
download | ruby-a343952d195a324dd4563318d8f88b167316ce5d.tar.gz |
On FreeBSD omit the test to close a pipe while reading [ci skip]
Diffstat (limited to 'bootstraptest')
-rw-r--r-- | bootstraptest/test_io.rb | 1 |
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 } |