xfstests: make 127 and 134 clean up after themselves

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>
This commit is contained in:
Alex Elder
2011-03-04 20:22:10 +00:00
parent 9c931b32fb
commit 4f8a4bcd1a
2 changed files with 2 additions and 2 deletions
+1
View File
@@ -38,6 +38,7 @@ trap "_cleanup; exit \$status" 0 1 2 3 15
_cleanup()
{
rm -f $tmp.output
_cleanup_testdir
}
+1 -2
View File
@@ -43,8 +43,7 @@ _cleanup()
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