summaryrefslogtreecommitdiff
path: root/t/op/stat.t
diff options
context:
space:
mode:
authorDave Mitchell <davem@fdisolutions.com>2005-07-17 22:07:14 +0000
committerDave Mitchell <davem@fdisolutions.com>2005-07-17 22:07:14 +0000
commitd5e68eef5cc61d183410782ca9709c08c35f07d3 (patch)
treede327f3fb1f13418ff2edb3ce3b9063db71572c9 /t/op/stat.t
parentca5ff8b2e711f6cbc02e8377016a0745c3bec085 (diff)
downloadperl-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-xt/op/stat.t5
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');