1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

On FreeBSD omit the test to close a pipe while reading [ci skip]

This commit is contained in:
Nobuyoshi Nakada 2022-06-21 09:36:37 +09:00
parent 596f4b0d3a
commit a343952d19
No known key found for this signature in database
GPG key ID: 7CD2805BFA3770C6

View file

@ -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 }