summaryrefslogtreecommitdiffstats
path: root/tests.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests.sh')
-rwxr-xr-xtests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests.sh b/tests.sh
index 2206877..e61ffcc 100755
--- a/tests.sh
+++ b/tests.sh
@@ -388,7 +388,7 @@ function test_0069() {
touch "$scratch"/{foo,bar}
# -links 1 forces a stat() call, which will fail for the second file
- "$BFS" "$scratch" -ignore_readdir_race -links 1 -exec ./tests/remove-sibling.sh '{}' ';'
+ "$BFS" "$scratch" -mindepth 1 -ignore_readdir_race -links 1 -exec ./tests/remove-sibling.sh '{}' ';'
}
for i in {1..69}; do