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

cd "$TEST"
"$XTOUCH" file null

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

bfs_diff . -type c