From: Bernd Schubert Date: Tue, 9 Jul 2024 08:25:27 +0000 (+0200) Subject: xfstests: Add '-odev' to passthrough mount options X-Git-Tag: fuse-3.17.1-rc0~94 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=67ce439e2d73e73426b68695288729c6ffd63e5b;p=qemu-gpiodev%2Flibfuse.git xfstests: Add '-odev' to passthrough mount options generic/434 and generic/184 are testing device files and fail because fuse sets 'nodev' by default. --- 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" "$@"