diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2018-06-24 16:28:27 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2018-06-24 16:28:27 -0400 |
commit | aa2401a60ac5243bed8616b108894d7a954bba8e (patch) | |
tree | f38d3720aa780b9410f65fc294301b9d01461bb1 /tests | |
parent | 70198a7ac2f542a0e708ae3ca8e6b3e874f61f18 (diff) | |
download | bfs-aa2401a60ac5243bed8616b108894d7a954bba8e.tar.xz |
tests: Relax test_depth_error
Whether bfs can return children of a directory without search permission
depends on whether d_type is filled in, which can't be guaranteed.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_depth_error.out | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/test_depth_error.out b/tests/test_depth_error.out index fad4b28..ed0e9a1 100644 --- a/tests/test_depth_error.out +++ b/tests/test_depth_error.out @@ -1,4 +1,2 @@ scratch -scratch/baz scratch/foo -scratch/baz/qux |