diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2016-10-24 14:16:03 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2016-10-24 14:16:03 -0400 |
commit | 53b2d09fdbbcb9893319e0a7a1b762804163d15b (patch) | |
tree | 2b19010905e2b3a85d4e2c3d85687107a2222937 | |
parent | 3c8233869d34713860c48b1230c3ea06b8767b88 (diff) | |
download | bfs-53b2d09fdbbcb9893319e0a7a1b762804163d15b.tar.xz |
tests: Be more careful not to invoke remove-siblings.sh $scratch.
-rwxr-xr-x | tests.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |