xfstests: Add '-odev' to passthrough mount options

generic/434 and generic/184 are testing device files and fail
because fuse sets 'nodev' by default.
This commit is contained in:
Bernd Schubert 2024-07-09 10:25:27 +02:00
parent 170edc6a8e
commit 67ce439e2d

View File

@ -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" "$@"