summaryrefslogtreecommitdiffstats
path: root/tests/gnu/ignore_readdir_race.sh
blob: 429933c2d82c93c3bfb93a1df90830b553608801 (plain)
1
2
3
4
5
rm -rf scratch/*
$TOUCH scratch/{foo,bar}

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