From: Jarkko Hietaniemi Date: Mon, 25 Mar 2002 18:04:39 +0000 (+0000) Subject: More correct now, but actually the two new tests X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2dbc26b0e5e04e99354cad43b71ba2e3ca09d9ca;p=p5sagit%2Fp5-mst-13.2.git More correct now, but actually the two new tests need to be moved, since they are perlio-only... p4raw-id: //depot/perl@15497 --- diff --git a/t/io/open.t b/t/io/open.t index fc4ca43..d85c9c5 100755 --- a/t/io/open.t +++ b/t/io/open.t @@ -10,7 +10,7 @@ $| = 1; use warnings; $Is_VMS = $^O eq 'VMS'; -plan tests => 107; +plan tests => 106; my $Perl = which_perl(); @@ -261,8 +261,6 @@ like( $@, qr/Bad filehandle:\s+afile/, ' right error' ); SKIP: { local $TODO = "in-memory stdhandles not implemented yet"; - skip($TODO, 3); - # test in-memory open over STDOUT open OLDOUT, ">&STDOUT" or die "cannot dup STDOUT: $!"; #close STDOUT;