summaryrefslogtreecommitdiff
path: root/lib/strict.t
diff options
context:
space:
mode:
Diffstat (limited to 'lib/strict.t')
-rw-r--r--lib/strict.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/strict.t b/lib/strict.t
index b153771cb7..b5911b3708 100644
--- a/lib/strict.t
+++ b/lib/strict.t
@@ -36,7 +36,7 @@ foreach (sort glob($^O eq 'MacOS' ? ":lib:strict:*" : "lib/strict/*")) {
undef $/;
-print "1..", @prgs + 4, "\n";
+print "1.." . (@prgs + 4) . "\n";
for (@prgs){
@@ -94,7 +94,7 @@ for (@prgs){
print STDERR "GOT:\n$results\n";
print "not ";
}
- print "ok ", ++$i, "\n";
+ print "ok " . ++$i . "\n";
foreach (@temps)
{ unlink $_ if $_ }
}