summaryrefslogtreecommitdiffstats
path: root/tests/posix/type_bind_mount.sh
blob: 7852167a7f479f4b3fc9410c47fb307ed0029d88 (plain)
1
2
3
4
5
6
7
8
9
test "$UNAME" = "Linux" || skip

clean_scratch
"$XTOUCH" scratch/{file,null}

bfs_sudo mount --bind /dev/null scratch/null || skip
defer bfs_sudo umount scratch/null

bfs_diff scratch -type c