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

clean_scratch
mkdir scratch/{foo,mnt}

bfs_sudo mount -t tmpfs tmpfs scratch/mnt || skip
trap "bfs_sudo umount scratch/mnt" EXIT

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

bfs_diff -L scratch -mount