summaryrefslogtreecommitdiffstats
path: root/tests/gnu/xtype_bind_mount.sh
blob: 35fb3f58b434d311c7ce61354a72cec56bbd246d (plain)
1
2
3
4
5
6
7
8
9
10
test "$UNAME" = "Linux" || skip

cd "$TEST"
"$XTOUCH" file null
ln -s /dev/null link

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

bfs_diff . -xtype c