[PATCH] xfstests: make 127 and 134 clean up after themselves
Alex Elder
aelder at sgi.com
Fri Mar 4 14:22:10 CST 2011
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 at sgi.com>
---
127 | 1 +
134 | 3 +--
2 files changed, 2 insertions(+), 2 deletions(-)
Index: b/127
===================================================================
--- a/127
+++ b/127
@@ -38,6 +38,7 @@ trap "_cleanup; exit \$status" 0 1 2 3 1
_cleanup()
{
+ rm -f $tmp.output
_cleanup_testdir
}
Index: b/134
===================================================================
--- a/134
+++ b/134
@@ -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
More information about the xfs
mailing list