diff options
Diffstat (limited to 't')
-rw-r--r-- | t/lib/syslfs.t | 4 | ||||
-rw-r--r--[-rwxr-xr-x] | t/op/filetest.t | 0 | ||||
-rw-r--r-- | t/op/lfs.t | 4 | ||||
-rw-r--r--[-rwxr-xr-x] | t/op/subst_amp.t | 0 |
4 files changed, 8 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 diff --git a/t/op/filetest.t b/t/op/filetest.t index e00d5fb7b0..e00d5fb7b0 100755..100644 --- a/t/op/filetest.t +++ b/t/op/filetest.t 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 diff --git a/t/op/subst_amp.t b/t/op/subst_amp.t index e2e7c0e542..e2e7c0e542 100755..100644 --- a/t/op/subst_amp.t +++ b/t/op/subst_amp.t |