diff options
Diffstat (limited to 'tests.sh')
-rwxr-xr-x | tests.sh | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -646,6 +646,7 @@ bfs_tests=( test_hidden test_nohidden + test_nohidden_depth test_perm_symbolic_trailing_comma test_perm_symbolic_double_comma @@ -1783,6 +1784,10 @@ function test_nohidden() { bfs_diff weirdnames -nohidden } +function test_nohidden_depth() { + bfs_diff weirdnames -depth -nohidden +} + function test_depth_n() { bfs_diff basic -depth 2 } |