summaryrefslogtreecommitdiffstats
path: root/tests.sh
diff options
context:
space:
mode:
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
)