summaryrefslogtreecommitdiffstats
path: root/tests/posix/xdev.sh
blob: c59c5c806075db022be0ccc022b47578b45ed2f3 (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 . -xdev