From 67ce439e2d73e73426b68695288729c6ffd63e5b Mon Sep 17 00:00:00 2001 From: Bernd Schubert Date: Tue, 9 Jul 2024 10:25:27 +0200 Subject: [PATCH] xfstests: Add '-odev' to passthrough mount options generic/434 and generic/184 are testing device files and fail because fuse sets 'nodev' by default. --- xfstests/mount.fuse.passthrough | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xfstests/mount.fuse.passthrough b/xfstests/mount.fuse.passthrough index e07430f..94c45e5 100755 --- a/xfstests/mount.fuse.passthrough +++ b/xfstests/mount.fuse.passthrough @@ -37,4 +37,4 @@ fi #echo "EXTRA_BIN_OPTIONS='${EXTRA_BIN_OPTIONS}'" -exec "$PASSTHROUGH_PATH" ${EXTRA_BIN_OPTIONS} -o fsname=$dev,allow_other $source "$mnt" -o "$mntopts" "$@" +exec "$PASSTHROUGH_PATH" ${EXTRA_BIN_OPTIONS} -o fsname=$dev,allow_other,dev $source "$mnt" -o "$mntopts" "$@" -- 2.30.2