From 6ee623d521a149edc6574c512fa951a192cd086a Mon Sep 17 00:00:00 2001 From: Gurusamy Sarathy Date: Thu, 14 May 1998 22:24:26 +0000 Subject: [win32] integrate mainline p4raw-id: //depot/win32/perl@973 --- t/io/pipe.t | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 't/io/pipe.t') diff --git a/t/io/pipe.t b/t/io/pipe.t index efeda80551..0387e556ca 100755 --- a/t/io/pipe.t +++ b/t/io/pipe.t @@ -74,10 +74,11 @@ if ($^O eq 'VMS') { exit; } -if ($Config{d_sfio} || $^O eq machten) { +if ($Config{d_sfio} || $^O eq machten || $^O eq beos) { # Sfio doesn't report failure when closing a broken pipe # that has pending output. Go figure. MachTen doesn't either, # but won't write to broken pipes, so nothing's pending at close. + # BeOS will not write to broken pipes, either. print "ok 9\n"; } else { -- cgit v1.2.1