From: Craig A. Berry Date: Fri, 8 Mar 2002 15:02:51 +0000 (-0600) Subject: test numbers for t/op/write.t X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=675257080389b77dbcc9697a5f5bcf4e38fc0a26;p=p5sagit%2Fp5-mst-13.2.git test numbers for t/op/write.t From: "Craig A. Berry" Message-Id: <5.1.0.14.2.20020308145949.030c8c90@exchi01> p4raw-id: //depot/perl@15117 --- diff --git a/t/op/write.t b/t/op/write.t index 302742b..e08a64b 100755 --- a/t/op/write.t +++ b/t/op/write.t @@ -271,11 +271,11 @@ if (`$CAT Op_write.tmp` eq $right) else { print "not ok 11\n"; } -# 12..44: scary format testing from Merijn H. Brand +# 12..47: scary format testing from Merijn H. Brand if ($^O eq 'VMS' || $^O eq 'MSWin32' || $^O eq 'dos' || ($^O eq 'os2' and not eval '$OS2::can_fork')) { - foreach (12..44) { print "ok $_ # skipped: '|-' and '-|' not supported\n"; } + foreach (12..47) { print "ok $_ # skipped: '|-' and '-|' not supported\n"; } exit(0); } @@ -399,7 +399,7 @@ if (has_format ("EOF")) { close STDOUT; -# That was test 44. +# That was test 47. __END__