Tests 127 and 134 leave temp files around when they complete.
Fix (or enable) their cleanup functions to remedy this.
Signed-off-by: Alex Elder <aelder@sgi.com>
Reviewed-by: Eric Sandeen <sandeen@sandeen.net>
_cleanup()
{
+ rm -f $tmp.output
_cleanup_testdir
}
umount $SCRATCH_MNT 2>/dev/null
rm -f $tmp.*
}
-#trap "_cleanup; exit \$status" 0 1 2 3 15
-
+trap "_cleanup; exit \$status" 0 1 2 3 15
# real QA test starts here
_supported_fs xfs