summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorNick Ing-Simmons <nik@tiuk.ti.com>2002-02-10 18:02:21 +0000
committerNick Ing-Simmons <nik@tiuk.ti.com>2002-02-10 18:02:21 +0000
commit63bdf6c46bdb41db47bb6419a9ba900979734ce0 (patch)
tree69cdb3cc7f9eb1e704c4328863163900d56099bc /t
parent7950f36a3c7906b0893d847946940f59787f08c6 (diff)
downloadperl-63bdf6c46bdb41db47bb6419a9ba900979734ce0.tar.gz
Borland/Win32 tuning
p4raw-id: //depot/perlio@14625
Diffstat (limited to 't')
-rwxr-xr-xt/op/stat.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/op/stat.t b/t/op/stat.t
index 312dd1d06a..791f7e5737 100755
--- a/t/op/stat.t
+++ b/t/op/stat.t
@@ -380,7 +380,7 @@ my @r = \stat(".");
is(scalar @r, 13, 'stat returns full 13 elements');
SKIP: {
- skip "No lstat", 2 unless $Config{d_lstat};
+ skip "No lstat", 4 unless $Config{d_lstat};
stat $0;
eval { lstat _ };