summaryrefslogtreecommitdiffstats
path: root/tests/common/L_mount.sh
blob: aaf9069eccbd7703362a09ca8e5503c54399b10b (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
defer bfs_sudo umount scratch/mnt

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

bfs_diff -L scratch -mount