]> Sergey Matveev's repositories - bfs.git/blobdiff - tests/posix/L_xdev.sh
tests: Use test-specific scratch directories
[bfs.git] / tests / posix / L_xdev.sh
index d16c211b5f5f3e7ca95e442c43f69895bcf7d94e..82d8605ff37c28f7cfa82e7c2df9773ee3c287a6 100644 (file)
@@ -1,13 +1,13 @@
 test "$UNAME" = "Darwin" && skip
 
-clean_scratch
-mkdir scratch/{foo,mnt}
+cd "$TEST"
+mkdir foo mnt
 
-bfs_sudo mount -t tmpfs tmpfs scratch/mnt || skip
-defer bfs_sudo umount scratch/mnt
+bfs_sudo mount -t tmpfs tmpfs mnt || skip
+defer bfs_sudo umount mnt
 
-ln -s ../mnt scratch/foo/bar
-"$XTOUCH" scratch/mnt/baz
-ln -s ../mnt/baz scratch/foo/qux
+ln -s ../mnt foo/bar
+"$XTOUCH" mnt/baz
+ln -s ../mnt/baz foo/qux
 
-bfs_diff -L scratch -xdev
+bfs_diff -L . -xdev