diff options
Diffstat (limited to 'tests/common/L_mount.sh')
-rw-r--r-- | tests/common/L_mount.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/common/L_mount.sh b/tests/common/L_mount.sh index d9e1dec..dad7e00 100644 --- a/tests/common/L_mount.sh +++ b/tests/common/L_mount.sh @@ -5,7 +5,7 @@ clean_scratch mkdir scratch/{foo,mnt} sudo mount -t tmpfs tmpfs scratch/mnt ln -s ../mnt scratch/foo/bar -$TOUCH scratch/mnt/baz +"$XTOUCH" scratch/mnt/baz ln -s ../mnt/baz scratch/foo/qux bfs_diff -L scratch -mount |