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