summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorCraig A. Berry <craigberry@mac.com>2002-03-08 09:02:51 -0600
committerJarkko Hietaniemi <jhi@iki.fi>2002-03-08 20:05:41 +0000
commit675257080389b77dbcc9697a5f5bcf4e38fc0a26 (patch)
treed4e22841052e8504b806bebd045bdb3ee36ef571 /t
parent7e6b8b1f52e0373e6767447e297b272f88bd4dfc (diff)
downloadperl-675257080389b77dbcc9697a5f5bcf4e38fc0a26.tar.gz
test numbers for t/op/write.t
From: "Craig A. Berry" <craigberry@mac.com> Message-Id: <5.1.0.14.2.20020308145949.030c8c90@exchi01> p4raw-id: //depot/perl@15117
Diffstat (limited to 't')
-rwxr-xr-xt/op/write.t6
1 files changed, 3 insertions, 3 deletions
diff --git a/t/op/write.t b/t/op/write.t
index 302742b0d9..e08a64bebf 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__