summaryrefslogtreecommitdiffstats
path: root/tests.sh
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2017-02-09 20:25:59 -0500
committerTavian Barnes <tavianator@tavianator.com>2017-02-09 20:25:59 -0500
commit924826a817e397c89509963a1d13d951c9d51ce5 (patch)
treed9eb1cd82578c46ffed3a20897331dc82847437d /tests.sh
parent65af85882ae46cd8750b7f03519c3b291fc693db (diff)
downloadbfs-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-xtests.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests.sh b/tests.sh
index bf5aab8..3289f9a 100755
--- a/tests.sh
+++ b/tests.sh
@@ -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
)