summaryrefslogtreecommitdiff
path: root/t/cmd.for
diff options
context:
space:
mode:
Diffstat (limited to 't/cmd.for')
-rw-r--r--t/cmd.for4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/cmd.for b/t/cmd.for
index 6342c89586..89bf9d33e5 100644
--- a/t/cmd.for
+++ b/t/cmd.for
@@ -1,6 +1,6 @@
#!./perl
-# $Header: cmd.for,v 2.0 88/06/05 00:12:19 root Exp $
+# $Header: cmd.for,v 3.0 89/10/18 15:24:43 lwall Locked $
print "1..7\n";
@@ -42,7 +42,7 @@ print $ary[1];
for (split(' ','a b c d e')) {
$foo .= $_;
}
-if ($foo eq '3210abcde') {print "ok 5\n";} else {print "not ok 5\n";}
+if ($foo eq '3210abcde') {print "ok 5\n";} else {print "not ok 5 $foo\n";}
foreach $foo (("ok 6\n","ok 7\n")) {
print $foo;