diff options
author | Dave Mitchell <davem@fdisolutions.com> | 2005-07-17 22:07:14 +0000 |
---|---|---|
committer | Dave Mitchell <davem@fdisolutions.com> | 2005-07-17 22:07:14 +0000 |
commit | d5e68eef5cc61d183410782ca9709c08c35f07d3 (patch) | |
tree | de327f3fb1f13418ff2edb3ce3b9063db71572c9 /t/op/stat.t | |
parent | ca5ff8b2e711f6cbc02e8377016a0745c3bec085 (diff) | |
download | perl-d5e68eef5cc61d183410782ca9709c08c35f07d3.tar.gz |
delete a non-fucntioning chown in stat.t: it didn't have gid arg.
Spotted by Gisle Aas.
p4raw-id: //depot/perl@25162
Diffstat (limited to 't/op/stat.t')
-rwxr-xr-x | t/op/stat.t | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/t/op/stat.t b/t/op/stat.t index b7004b71b3..924c5f40af 100755 --- a/t/op/stat.t +++ b/t/op/stat.t @@ -168,11 +168,6 @@ SKIP: { - -# in ms windows, $tmpfile inherits owner uid from directory -# not sure about os/2, but chown is harmless anyway -eval { chown $>,$tmpfile; 1 } or print "# $@" ; - ok(chmod(0700,$tmpfile), 'chmod 0700'); ok(-r $tmpfile, ' -r'); ok(-w $tmpfile, ' -w'); |