aboutsummaryrefslogtreecommitdiffstats
path: root/xfstests/local.config
diff options
context:
space:
mode:
Diffstat (limited to 'xfstests/local.config')
-rw-r--r--xfstests/local.config16
1 files changed, 11 insertions, 5 deletions
diff --git a/xfstests/local.config b/xfstests/local.config
index f20cec0..318f12c 100644
--- a/xfstests/local.config
+++ b/xfstests/local.config
@@ -1,12 +1,18 @@
-export TEST_DEV=non1
+export TEST_DEV=source:/mnt/src/test
export TEST_DIR=/mnt/test
-export SCRATCH_DEV=non2
+
+export SCRATCH_DEV=source:/mnt/src/scratch
export SCRATCH_MNT=/mnt/scratch
+
export FSTYP=fuse
export FUSE_SUBTYP=.passthrough
export MOUNT_OPTIONS=""
export TEST_FS_MOUNT_OPTS=""
-PASSTHROUGH_PATH=/home/nikratio/libfuse/build/example/passthrough_hp
-SCRATCH_SOURCE=/mnt/src/scratch
-TEST_SOURCE=/mnt/src/test
+# If PASSTHROUGH_PATH is unset, the mount helper is going to look
+# for the binary '${FUSE_SUBTYP}', though omitting the leading dot '.'.
+# Example:
+# with FUSE_SUBTYP=".passthrough", the mount helper is called
+# 'mount.fuse.passthrough' and that would try to run
+# 'passthrough'.
+# export PASSTHROUGH_PATH=<path-to-libfuse-build>/example/passthrough_hp