summaryrefslogtreecommitdiff
path: root/check
diff options
context:
space:
mode:
authorMiklos Szeredi <miklos@szeredi.hu>2023-01-04 20:39:33 +0100
committerZorro Lang <zlang@kernel.org>2023-01-22 20:51:58 +0800
commit3aa3a26e075c6bc087076ee083392e13ca208abc (patch)
treefd4071b26c2596f35eb4cb79513a302dbf284da9 /check
parent39bb1e3d3b2c78005fdb4053b06a361cd4ff4c65 (diff)
xfstests: add fuse supportv2023.01.22
This allows using any fuse filesystem that can be mounted with mount -t fuse$FUSE_SUBTYP ... Signed-off-by: Miklos Szeredi <mszeredi@redhat.com> Signed-off-by: Jakob Unterwurzacher <jakobunt@gmail.com> Reviewed-by: Zorro Lang <zlang@redhat.com> Signed-off-by: Zorro Lang <zlang@kernel.org>
Diffstat (limited to 'check')
-rwxr-xr-xcheck3
1 files changed, 2 insertions, 1 deletions
diff --git a/check b/check
index 22062935..0bf5b22e 100755
--- a/check
+++ b/check
@@ -60,6 +60,7 @@ check options
-glusterfs test GlusterFS
-cifs test CIFS
-9p test 9p
+ -fuse test fuse
-virtiofs test virtiofs
-overlay test overlay
-pvfs2 test PVFS2
@@ -279,7 +280,7 @@ while [ $# -gt 0 ]; do
case "$1" in
-\? | -h | --help) usage ;;
- -nfs|-glusterfs|-cifs|-9p|-virtiofs|-pvfs2|-tmpfs|-ubifs)
+ -nfs|-glusterfs|-cifs|-9p|-fuse|-virtiofs|-pvfs2|-tmpfs|-ubifs)
FSTYP="${1:1}"
;;
-overlay)