From: John E. Malmberg Date: Tue, 10 Jun 2008 23:17:46 +0000 (-0500) Subject: [patch@34016] VMS passes these t/io/open.t tests now. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c0ed5c75679d185e8c0f26e6f3efcd090e1e3f70;p=p5sagit%2Fp5-mst-13.2.git [patch@34016] VMS passes these t/io/open.t tests now. From: "John E. Malmberg" Message-id: <484F51EA.6050005@qsl.net> Date: Tue, 10 Jun 2008 23:17:46 -0500 p4raw-id: //depot/perl@34042 --- diff --git a/t/io/open.t b/t/io/open.t index f08eed5..68b828a 100755 --- a/t/io/open.t +++ b/t/io/open.t @@ -9,7 +9,6 @@ BEGIN { $| = 1; use warnings; use Config; -$Is_VMS = $^O eq 'VMS'; $Is_MacOS = $^O eq 'MacOS'; plan tests => 108; @@ -75,10 +74,7 @@ my $Perl = which_perl(); unlink("afile"); } - -SKIP: { - skip "open -| busted and noisy on VMS", 3 if $Is_VMS; - +{ ok( open(my $f, '-|', <