Retract #13596, #13593 should do the trick.
Jarkko Hietaniemi [Mon, 10 Dec 2001 13:33:51 +0000 (13:33 +0000)]
p4raw-id: //depot/perl@13597

t/op/stat.t

index d915061..79f9e29 100755 (executable)
@@ -309,11 +309,6 @@ SKIP: {
 ok(-T 'op/stat.t',      '-T');
 ok(! -B 'op/stat.t',    '!-B');
 
-# Its like this.  stat on Cygwin treats 'perl' to mean 'perl.exe'.  So
-# all the file test operators work that way except -B and -T which
-# has to actually open the file.  open doesn't do the .exe magic.
-$Perl .= $Config{_exe} if $Is_Cygwin and $Perl !~ /$Config{_exe}$/;
-
 ok(-B $Perl,      '-B');
 ok(! -T $Perl,    '!-T');