summaryrefslogtreecommitdiffstats
path: root/tests/gnu/ignore_readdir_race_notdir.sh
blob: 5b8b56dd3dfe72c9e27a4af53b78779fbe599b63 (plain)
1
2
3
4
5
# Check -ignore_readdir_race handling when a directory is replaced with a file
clean_scratch
"$XTOUCH" -p scratch/foo/bar

invoke_bfs scratch -mindepth 1 -ignore_readdir_race -execdir rm -r {} \; -execdir "$XTOUCH" {} \;