diff options
Diffstat (limited to 't')
-rwxr-xr-x | t/op/stat.t | 2 |
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 { |