Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions test/tests/location_config/expected-std-out.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
*.bar.baz.example.com
*.baz.example.com
*.bar.baz.com.example.com
*.baz.com.example.com
*.com.example.com
*.example.com
foo.bar.baz.example.*
foo.bar.baz.com.example.*
foo.bar.baz.com.*
foo.bar.baz.*
foo.bar.*
foo.*
2 changes: 1 addition & 1 deletion test/tests/location_config/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ function check_location {
}

# check the wildcard location enumeration function
docker exec "$le_container_name" bash -c 'source /app/functions.sh; enumerate_wildcard_locations foo.bar.baz.example.com'
docker exec "$le_container_name" bash -c 'source /app/functions.sh; enumerate_wildcard_locations foo.bar.baz.com.example.com'

# default configuration file should be empty
config_path="$vhost_path/default"
Expand Down