[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <176169820014.1433624.17059077666167415725.stgit@frogsfrogsfrogs>
Date: Tue, 28 Oct 2025 18:20:57 -0700
From: "Darrick J. Wong" <djwong@...nel.org>
To: djwong@...nel.org, zlang@...hat.com
Cc: neal@...pa.dev, fstests@...r.kernel.org, linux-ext4@...r.kernel.org,
 linux-fsdevel@...r.kernel.org, joannelkoong@...il.com, bernd@...ernd.com
Subject: [PATCH 02/33] generic/740: don't run this test for fuse ext*
 implementations
From: Darrick J. Wong <djwong@...nel.org>
mke2fs disables foreign filesystem detection no matter what type you
pass in, so we need to block this for both fuse server variants.
Signed-off-by: "Darrick J. Wong" <djwong@...nel.org>
---
 common/rc         |    2 +-
 tests/generic/740 |    1 +
 2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/common/rc b/common/rc
index 3fe6f53758c05b..18d11e2c5cad3a 100644
--- a/common/rc
+++ b/common/rc
@@ -1889,7 +1889,7 @@ _do()
 #
 _exclude_fs()
 {
-	[ "$1" = "$FSTYP" ] && \
+	[[ $FSTYP =~ $1 ]] && \
 		_notrun "not suitable for this filesystem type: $FSTYP"
 }
 
diff --git a/tests/generic/740 b/tests/generic/740
index 83a16052a8a252..e26ae047127985 100755
--- a/tests/generic/740
+++ b/tests/generic/740
@@ -17,6 +17,7 @@ _begin_fstest mkfs auto quick
 _exclude_fs ext2
 _exclude_fs ext3
 _exclude_fs ext4
+_exclude_fs fuse.ext[234]
 _exclude_fs jfs
 _exclude_fs ocfs2
 _exclude_fs udf
Powered by blists - more mailing lists
 
