summaryrefslogtreecommitdiffstats
path: root/tests/gnu/ignore_readdir_race_notdir.sh
blob: 0c3ff5d29e6b23af35ebd6166e6fc7dd520c9c7b (plain)
1
2
3
4
5
# Check -ignore_readdir_race handling when a directory is replaced with a file
rm -rf scratch/*
touchp scratch/foo/bar

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