]> git.apps.os.sepia.ceph.com Git - xfstests-dev.git/commit
fstests: introduce _exclude_scratch_mount_option helper
authorEryu Guan <eguan@redhat.com>
Thu, 23 Jun 2016 06:09:46 +0000 (14:09 +0800)
committerEryu Guan <eguan@redhat.com>
Fri, 24 Jun 2016 04:54:01 +0000 (12:54 +0800)
commit497363b7899bad23b24529614532265efabb140b
treed67271d4ae75c2f7f173c287e617cfaebdbf5c81
parentbbb351f8e52d6db5e5562dc99b8dc4a1dad5ad49
fstests: introduce _exclude_scratch_mount_option helper

Some tests require that there's no certain mount option in
MKFS_OPTIONS, so introduce a new helper
_exclude_scratch_mount_option() to do the check on $MOUNT_OPTIONS.

Also convert generic/192 and xfs/134 to use this helper.

Reviewed-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Eryu Guan <eguan@redhat.com>
common/rc
tests/generic/192
tests/xfs/134