summaryrefslogtreecommitdiffstats
path: root/tests/posix/L_xdev.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/posix/L_xdev.sh')
-rw-r--r--tests/posix/L_xdev.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/posix/L_xdev.sh b/tests/posix/L_xdev.sh
index c18a39e..ddbadd8 100644
--- a/tests/posix/L_xdev.sh
+++ b/tests/posix/L_xdev.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 -xdev