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

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