summaryrefslogtreecommitdiff
path: root/t/op/stat.t
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-12-10 13:33:51 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-12-10 13:33:51 +0000
commit5aaa5446973f7140bc4fbfb5bc83ed687743b8ea (patch)
treee647d3c30f5a4c1309a6f52878b5800df7f93a6e /t/op/stat.t
parenta67499e8bd4537ee7be409ff29a79a4d2a1b13c6 (diff)
downloadperl-5aaa5446973f7140bc4fbfb5bc83ed687743b8ea.tar.gz
Retract #13596, #13593 should do the trick.
p4raw-id: //depot/perl@13597
Diffstat (limited to 't/op/stat.t')
-rwxr-xr-xt/op/stat.t5
1 files changed, 0 insertions, 5 deletions
diff --git a/t/op/stat.t b/t/op/stat.t
index d91506117d..79f9e29d1a 100755
--- a/t/op/stat.t
+++ b/t/op/stat.t
@@ -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');