summaryrefslogtreecommitdiffstats
path: root/tests/gnu/ignore_readdir_race.sh
blob: 75165f64536a81bf8547be9e19fa6e8cc91dbe76 (plain)
1
2
3
4
5
cd "$TEST"
"$XTOUCH" foo bar

# -links 1 forces a stat() call, which will fail for the second file
invoke_bfs . -mindepth 1 -ignore_readdir_race -links 1 -exec "$TESTS/remove-sibling.sh" {} \;