summaryrefslogtreecommitdiffstats
path: root/tests/gnu/ignore_readdir_race.sh
blob: 6586bccb1e521f976609a51c1abf4d92dc8cda21 (plain)
1
2
3
4
5
clean_scratch
"$XTOUCH" scratch/{foo,bar}

# -links 1 forces a stat() call, which will fail for the second file
invoke_bfs scratch -mindepth 1 -ignore_readdir_race -links 1 -exec "$TESTS/remove-sibling.sh" {} \;