diff options
author | Nick Ing-Simmons <nik@tiuk.ti.com> | 2002-02-10 18:02:21 +0000 |
---|---|---|
committer | Nick Ing-Simmons <nik@tiuk.ti.com> | 2002-02-10 18:02:21 +0000 |
commit | 63bdf6c46bdb41db47bb6419a9ba900979734ce0 (patch) | |
tree | 69cdb3cc7f9eb1e704c4328863163900d56099bc /t | |
parent | 7950f36a3c7906b0893d847946940f59787f08c6 (diff) | |
download | perl-63bdf6c46bdb41db47bb6419a9ba900979734ce0.tar.gz |
Borland/Win32 tuning
p4raw-id: //depot/perlio@14625
Diffstat (limited to 't')
-rwxr-xr-x | t/op/stat.t | 2 |
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 _ }; |