[PATCH 3/3] xfstests 321, 322: do not remove lost+found

Lukas Czerner lczerner at redhat.com
Tue Dec 17 08:02:27 CST 2013


Signed-off-by: Lukas Czerner <lczerner at redhat.com>
---
 tests/generic/321 | 2 +-
 tests/generic/322 | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/generic/321 b/tests/generic/321
index 1d17147..345416c 100644
--- a/tests/generic/321
+++ b/tests/generic/321
@@ -51,7 +51,7 @@ rm -f $seqres.full
 _clean_working_dir()
 {
 	_mount_flakey
-	rm -rf $SCRATCH_MNT/*
+	rm -rf $SCRATCH_MNT/foo $SCRATCH_MNT/bar
 	_unmount_flakey
 }
 
diff --git a/tests/generic/322 b/tests/generic/322
index 94f8f68..c43fcb1 100644
--- a/tests/generic/322
+++ b/tests/generic/322
@@ -51,7 +51,7 @@ rm -f $seqres.full
 _clean_working_dir()
 {
 	_mount_flakey
-	rm -rf $SCRATCH_MNT/*
+	rm -rf $SCRATCH_MNT/foo $SCRATCH_MNT/bar
 	_unmount_flakey
 }
 
-- 
1.8.3.1



More information about the xfs mailing list