summaryrefslogtreecommitdiffstats
path: root/tests.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests.sh')
-rwxr-xr-xtests.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests.sh b/tests.sh
index 4248378..1624d18 100755
--- a/tests.sh
+++ b/tests.sh
@@ -232,6 +232,7 @@ posix_tests=(
test_name_root
test_name_root_depth
test_name_trailing_slash
+ test_name_star_star
test_newer
test_newer_link
@@ -1292,6 +1293,10 @@ function test_name_slashes() {
bfs_diff /// -maxdepth 0 -name /
}
+function test_name_star_star() {
+ bfs_diff basic -name '**f**'
+}
+
function test_path() {
bfs_diff basic -path 'basic/*f*'
}