mirror of
https://github.com/libfuse/libfuse.git
synced 2024-11-22 19:54:12 +08:00
67ce439e2d
generic/434 and generic/184 are testing device files and fail because fuse sets 'nodev' by default. |
||
---|---|---|
.. | ||
local.config | ||
mount.fuse.passthrough | ||
README.md |
To test FUSE with xfstests¹:
-
copy the
mount.fuse.passthrough
file into/sbin
and edit thePASSTHROUGH_PATH
,SCRATCH_SOURCE
andTEST_SOURCE
variables as needed. -
Make sure that the
SCRATCH_SOURCE
andTEST_SOURCE
directories exist. -
Copy
local.config
into your xfstests directory
Tests can then be run with e.g.:
# make
# sudo ./check -fuse -b
¹https://git.kernel.org/pub/scm/fs/xfs/xfstests-dev.git/about/