blob: 547253b226480d53b195f921f1d2928d06e448e5 (
plain)
1
2
3
4
5
|
clean_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" {} \;
|