mirror of
https://github.com/libfuse/libfuse.git
synced 2026-07-07 14:47:41 +08:00
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:
@@ -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" "$@"
|
||||
|
||||
Reference in New Issue
Block a user