summaryrefslogtreecommitdiffstats
path: root/tests/common/L_mount.sh
blob: fd8042a89f2b5c5b4db8d63a5dfc48b22af5ee94 (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 . -mount