summaryrefslogtreecommitdiff
path: root/t/op/lfs.t
diff options
context:
space:
mode:
Diffstat (limited to 't/op/lfs.t')
-rw-r--r--t/op/lfs.t4
1 files changed, 4 insertions, 0 deletions
diff --git a/t/op/lfs.t b/t/op/lfs.t
index 129752b6b1..6f252312ab 100644
--- a/t/op/lfs.t
+++ b/t/op/lfs.t
@@ -192,4 +192,8 @@ explain if $fail;
bye(); # does the necessary cleanup
+END {
+ unlink "big"; # be paranoid about leaving 5 gig files lying around
+}
+
# eof