diff options
Diffstat (limited to 'tests.sh')
-rwxr-xr-x | tests.sh | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -681,6 +681,7 @@ bfs_tests=( test_help test_hidden + test_hidden_root test_newerma_nonexistent test_newermt_invalid @@ -1890,6 +1891,11 @@ function test_hidden() { bfs_diff weirdnames -hidden } +function test_hidden_root() { + cd weirdnames + bfs_diff . ./. ... ./... .../.. -hidden +} + function test_nohidden() { bfs_diff weirdnames -nohidden } |