summaryrefslogtreecommitdiff
path: root/t/lib/filehand.t
diff options
context:
space:
mode:
Diffstat (limited to 't/lib/filehand.t')
-rwxr-xr-xt/lib/filehand.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/lib/filehand.t b/t/lib/filehand.t
index c23a7e0475..cedc2ebcb8 100755
--- a/t/lib/filehand.t
+++ b/t/lib/filehand.t
@@ -43,7 +43,7 @@ print "not " unless ($fh->open("< TEST") && <$fh> eq $buffer);
print "ok 5\n";
$fh->seek(0,0);
-print "not " unless (<$fh> eq $buffer);
+print "#possible mixed CRLF/LF in t/TEST\nnot " unless (<$fh> eq $buffer);
print "ok 6\n";
$fh->seek(0,2);