summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorGisle Aas <gisle@aas.no>2005-07-14 16:20:18 -0700
committerH.Merijn Brand <h.m.brand@xs4all.nl>2005-07-15 06:33:21 +0000
commit8ca3c3a5e31a51d2d8fdb1b8a1facf78c85dcf2d (patch)
treee75e9a6216bb2333d76b149bf04524c7cb151002 /t
parent754f2cd0b9642a979bd5574039c0a20a0cfd79ca (diff)
downloadperl-8ca3c3a5e31a51d2d8fdb1b8a1facf78c85dcf2d.tar.gz
Typo in t/op/stat.t
Message-ID: <lr64vcfv4t.fsf@caliper.activestate.com> p4raw-id: //depot/perl@25144
Diffstat (limited to 't')
-rwxr-xr-xt/op/stat.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/op/stat.t b/t/op/stat.t
index 70ab5a321c..b7004b71b3 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 {