Fix label on C<for(;;)> statement
[p5sagit/p5-mst-13.2.git] / t / io / tell.t
index af012b0..83904e8 100755 (executable)
@@ -6,8 +6,8 @@ print "1..13\n";
 
 $TST = 'tst';
 
-open($TST, '../Makefile') || (die "Can't open ../Makefile");
-
+open($TST, '../Configure') || (die "Can't open ../Configure");
+binmode $TST if $^O eq 'MSWin32';
 if (eof(tst)) { print "not ok 1\n"; } else { print "ok 1\n"; }
 
 $firstline = <$TST>;