In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/d2faed7ebc061063b8653f41b973fecae2dbad90?hp=2a7afa746140382bc9615f6d66ae6f04d3469e48>
- Log ----------------------------------------------------------------- commit d2faed7ebc061063b8653f41b973fecae2dbad90 Author: Rainer Tammer <[email protected]> Date: Thu Jan 26 09:35:08 2012 -0800 stat.t: Skip test when running as root ----------------------------------------------------------------------- Summary of changes: t/op/stat.t | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/t/op/stat.t b/t/op/stat.t index 1fa0d2f..1606f5f 100644 --- a/t/op/stat.t +++ b/t/op/stat.t @@ -524,6 +524,7 @@ SKIP: { is($s1, $s2, q(-T _ doesn't break the statbuffer)); SKIP: { skip "No lstat", 1 unless $Config{d_lstat}; + skip "uid=0", 1 unless $<; lstat($tmpfile); -T _; ok(eval { lstat _ }, -- Perl5 Master Repository
