From: Andrew Gildfind Date: Sun, 29 Apr 2001 23:27:46 +0000 (+0000) Subject: delete tmp files again X-Git-Tag: v1.1.0~1265 X-Git-Url: http://git.apps.os.sepia.ceph.com/?p=xfstests-dev.git;a=commitdiff_plain;h=c98b89e2575a409469713292e45f32bde0547d1e delete tmp files again --- diff --git a/041 b/041 index e17cc933..27ee0f58 100755 --- a/041 +++ b/041 @@ -51,7 +51,7 @@ status=1 # failure is the default! _cleanup() { umount $SCRATCH_MNT -# rm -f $tmp.* + rm -f $tmp.* } trap "_cleanup ; exit \$status" 0 1 2 3 15