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

cd "$TEST"
mkdir foo mnt

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

"$XTOUCH" foo/bar mnt/baz

bfs_diff . -mount