[PATCH] xfstests: remove unconditional setting of FSTYP

David Sterba dsterba at suse.cz
Thu Mar 28 10:39:07 CDT 2013


Commit 3345d2150e9e672 ("xfstests: clean up and simply check CLI option
parsing") hardcodes the FSTYP to xfs, testing other filesystems fails
with

common.rc: Error: $TEST_DEV (/dev/sda5) is not a MOUNTED xfs filesystem

Signed-off-by: David Sterba <dsterba at suse.cz>
---
 check | 1 -
 1 file changed, 1 deletion(-)

diff --git a/check b/check
index 18cae75..8e5179a 100755
--- a/check
+++ b/check
@@ -33,7 +33,6 @@ showme=false
 have_test_arg=false
 randomize=false
 here=`pwd`
-FSTYP=xfs
 xfile=""
 
 # start the initialisation work now
-- 
1.8.2



More information about the xfs mailing list