Change 18508 by merijn@merijn-l1 on 2003/01/17 14:12:53
Subject: Re: 18457 on cygwin/20030113
From: Nick Ing-Simmons <[EMAIL PROTECTED]>
Date: Fri, 17 Jan 2003 15:10:34 +0000
Message-Id: <[EMAIL PROTECTED]>
Affected files ...
... //depot/perl/t/io/tell.t#17 edit
Differences ...
==== //depot/perl/t/io/tell.t#17 (xtext) ====
Index: perl/t/io/tell.t
--- perl/t/io/tell.t#16~18481~ Tue Jan 14 04:40:24 2003
+++ perl/t/io/tell.t Fri Jan 17 06:12:53 2003
@@ -103,7 +103,7 @@
close($tst);
open($tst,">$written") || die "Cannot open $written:$!";
-binmode $TST if $Is_Dosish;
+binmode $tst if $Is_Dosish;
if (tell($tst) == 0) { print "ok 24\n"; } else { print "not ok 24\n"; }
@@ -118,7 +118,7 @@
close($tst);
open($tst,"+>>$written") || die "Cannot open $written:$!";
-binmode $TST if $Is_Dosish;
+binmode $tst if $Is_Dosish;
if (0)
{
End of Patch.