blob: 91a383b08b082f0b57104211cb04495557248287 (
plain)
1
2
3
4
5
|
# Check -ignore_readdir_race handling when a directory is replaced with a file
clean_scratch
touchp scratch/foo/bar
invoke_bfs scratch -mindepth 1 -ignore_readdir_race -execdir rm -r {} \; -execdir $TOUCH {} \;
|