make more tests generic

Use _scratch_mkfs / _scratch_mkfs_sized instead of _scratch_mkfs_xfs where
possible. Execute 015, 062, 083, 117, 120 and 192 for all filesystems, these
tests used to be XFS specific.

Signed-off-by: Stefan Behrens <sbehrens@giantdisaster.de>
Signed-off-by: Christoph Hellwig <hch@lst.de>
This commit is contained in:
Stefan Behrens
2011-08-01 12:31:19 +02:00
committed by Christoph Hellwig
parent 7d92016617
commit b2b36d0a4e
7 changed files with 19 additions and 18 deletions
+2 -2
View File
@@ -51,7 +51,7 @@ _cleanup()
. ./common.attr
# real QA test starts here
_supported_fs xfs
_supported_fs generic
_supported_os IRIX Linux
_setup_testdir
@@ -62,7 +62,7 @@ rm -f $seq.full
umount $SCRATCH_DEV >/dev/null 2>&1
echo "*** MKFS ***" >>$seq.full
echo "" >>$seq.full
_scratch_mkfs_xfs >>$seq.full 2>&1 \
_scratch_mkfs >>$seq.full 2>&1 \
|| _fail "mkfs failed"
_scratch_mount >>$seq.full 2>&1 \
|| _fail "mount failed"