summaryrefslogtreecommitdiffstats
path: root/tests/common/inum_mount.sh
blob: 1bf2d8690501787af28c3cb768412b328ae05ba3 (plain)
1
2
3
4
5
6
7
8
9
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

bfs_diff scratch -inum "$(inum scratch/mnt)"