xfstests: Add '-odev' to passthrough mount options
authorBernd Schubert <bernd.schubert@fastmail.fm>
Tue, 9 Jul 2024 08:25:27 +0000 (10:25 +0200)
committerBernd Schubert <bernd.schubert@fastmail.fm>
Tue, 9 Jul 2024 16:04:43 +0000 (18:04 +0200)
generic/434 and generic/184 are testing device files and fail
because fuse sets 'nodev' by default.

xfstests/mount.fuse.passthrough

index e07430f11731866196562a4defd7d75f4328e09d..94c45e5055436a48ba74ff1805d232282ef33355 100755 (executable)
@@ -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" "$@"