summaryrefslogtreecommitdiffstats
path: root/tests/gnu/ignore_readdir_race_notdir.sh
blob: 12e9fe6202f8759a30fed1046e2b688208680079 (plain)
1
2
3
4
5
6
7
# Check -ignore_readdir_race handling when a directory is replaced with a file
cd "$TEST"
mkdir foo

invoke_bfs . -mindepth 1 -ignore_readdir_race \
    -type d -execdir rmdir {} \; \
    -execdir "$XTOUCH" {} \;