diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2017-02-09 20:25:59 -0500 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2017-02-09 20:25:59 -0500 |
commit | 924826a817e397c89509963a1d13d951c9d51ce5 (patch) | |
tree | d9eb1cd82578c46ffed3a20897331dc82847437d /tests.sh | |
parent | 65af85882ae46cd8750b7f03519c3b291fc693db (diff) | |
download | bfs-924826a817e397c89509963a1d13d951c9d51ce5.tar.xz |
bftw: Make the nameoff of "///" point to "/"
This simplifies a few things such as -name handling for ///.
Diffstat (limited to 'tests.sh')
-rwxr-xr-x | tests.sh | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -177,6 +177,7 @@ bsd_tests=( test_delete_root test_execdir_slash test_execdir_slash_pwd + test_execdir_slashes test_regex test_iregex test_regex_parens @@ -257,6 +258,7 @@ gnu_tests=( test_delete_root test_execdir_slash test_execdir_slash_pwd + test_execdir_slashes test_regex test_iregex test_regex_parens @@ -291,7 +293,6 @@ bfs_tests=( test_perm_symbolic_missing_action test_perm_leading_plus_symbolic test_perm_octal_plus - test_execdir_slashes test_hidden test_nohidden ) |