From: Dave Mitchell <davem@fdisolutions.com>
Date: Sun, 17 Jul 2005 22:07:14 +0000 (+0000)
Subject: delete a non-fucntioning chown in stat.t: it didn't have gid arg.
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d5e68eef5cc61d183410782ca9709c08c35f07d3;p=p5sagit%2Fp5-mst-13.2.git

delete a non-fucntioning chown in stat.t: it didn't have gid arg.
Spotted by Gisle Aas.

p4raw-id: //depot/perl@25162
---

diff --git a/t/op/stat.t b/t/op/stat.t
index b7004b7..924c5f4 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');