summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorAbhijit Menon-Sen <ams@wiw.org>2001-06-26 05:15:45 +0530
committerJarkko Hietaniemi <jhi@iki.fi>2001-06-25 18:23:30 +0000
commitb04ef3598b41ce1175203a34d27b34173c201d32 (patch)
tree53d82ce3ff52a331178bb02336fbfeb44df61c8d /t
parent316cf57b585e7de162c0dcdc31670d0d75b6e50e (diff)
downloadperl-b04ef3598b41ce1175203a34d27b34173c201d32.tar.gz
Re: [ID 20010621.007] readline() not quite as equal as <>
Message-ID: <20010625234545.A5022@lustre.linux.in> p4raw-id: //depot/perl@10932
Diffstat (limited to 't')
-rwxr-xr-xt/op/flip.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/op/flip.t b/t/op/flip.t
index e2d09138bf..99b22eff94 100755
--- a/t/op/flip.t
+++ b/t/op/flip.t
@@ -32,5 +32,5 @@ if (($x...$x) eq "1") {print "ok 9\n";} else {print "not ok 9\n";}
# coredump reported in bug 20001018.008
readline(UNKNOWN);
$. = 1;
- print "ok 10\n" if 1 .. 10;
+ print "ok 10\n" unless 1 .. 10;
}