summaryrefslogtreecommitdiffstats
path: root/tests/posix/L_xdev.sh
blob: 82d8605ff37c28f7cfa82e7c2df9773ee3c287a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
test "$UNAME" = "Darwin" && skip

cd "$TEST"
mkdir foo mnt

bfs_sudo mount -t tmpfs tmpfs mnt || skip
defer bfs_sudo umount mnt

ln -s ../mnt foo/bar
"$XTOUCH" mnt/baz
ln -s ../mnt/baz foo/qux

bfs_diff -L . -xdev