summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
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 {