summaryrefslogtreecommitdiffstats
path: root/tests/posix/depth_error.sh
blob: e1267f4af21c7a21d0536b6a3c281db29243125c (plain)
1
2
3
4
5
6
7
8
9
10
11
clean_scratch
touchp scratch/foo/bar
chmod a-r scratch/foo

bfs_diff scratch -depth
ret=$?

chmod +r scratch/foo
clean_scratch

[ $ret -eq $EX_BFS ]