From 570621226b813c2e06c188598a30e8d61150537d Mon Sep 17 00:00:00 2001 From: kchen-ddn Date: Mon, 26 Jan 2026 07:49:02 +0000 Subject: [PATCH] xfstests README udpate. Signed-off-by: kchen-ddn --- xfstests/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/xfstests/README.md b/xfstests/README.md index deda5533..14bf1bb6 100644 --- a/xfstests/README.md +++ b/xfstests/README.md @@ -1,10 +1,10 @@ To test FUSE with xfstests¹: -1. copy the `mount.fuse.passthrough` file into - `/sbin` and edit the `PASSTHROUGH_PATH`, `SCRATCH_SOURCE` and `TEST_SOURCE` variables as needed. +1. copy the `mount.fuse.passthrough` file into `/sbin`. -2. Make sure that the `SCRATCH_SOURCE` and `TEST_SOURCE` directories -exist. +2. Edit the `local.config` file, change the `PASSTHROUGH_PATH`, + `SCRATCH_DEV`, `SCRATCH_MNT`, `TEST_DEV` and `TEST_DIR` variables as needed. + Make sure that the directories exist. 3. Copy `local.config` into your xfstests directory