068: run on more filesystems

update 068 to run other filesystems, ext3, ext4 and btrfs because
xfs_freeze works on the filesystems.

Signed-off-by: Christoph Hellwig <hch@lst.de>
This commit is contained in:
Masayoshi MIZUMA
2011-12-14 11:22:10 +09:00
committed by Christoph Hellwig
parent ae4766ce1a
commit d16e2e777f
+2 -2
View File
@@ -51,7 +51,7 @@ trap "_cleanup" 0 1 2 3 15
. ./common.filter
# real QA test starts here
_supported_fs xfs
_supported_fs btrfs ext3 ext4 xfs
_supported_os Linux IRIX
_require_scratch
@@ -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"