mirror of
https://github.com/libfuse/libfuse.git
synced 2024-11-23 04:04:31 +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:
parent
170edc6a8e
commit
67ce439e2d
@ -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" "$@"
|
||||
|
Loading…
Reference in New Issue
Block a user