From: Gisle Aas Date: Thu, 14 Jul 2005 23:20:18 +0000 (-0700) Subject: Typo in t/op/stat.t X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=8ca3c3a5e31a51d2d8fdb1b8a1facf78c85dcf2d;p=p5sagit%2Fp5-mst-13.2.git Typo in t/op/stat.t Message-ID: p4raw-id: //depot/perl@25144 --- diff --git a/t/op/stat.t b/t/op/stat.t index 70ab5a3..b7004b7 100755 --- a/t/op/stat.t +++ b/t/op/stat.t @@ -462,7 +462,7 @@ ok(unlink($f), 'unlink tmp file'); -T _; my $s2 = -s _; is($s1, $s2, q(-T _ doesn't break the statbuffer)); - unlink $file; + unlink $tmpfile; } END {