fix: Sync to testing changes from master branch

This commit is contained in:
polarathene 2024-01-06 13:54:15 +13:00
parent 7d4db46c0d
commit b01201fcb6
2 changed files with 1 additions and 1 deletions

View File

@ -61,6 +61,6 @@ function teardown_file() {
# An initial connection needs to be made first, otherwise the auth attempt fails # An initial connection needs to be made first, otherwise the auth attempt fails
_run_in_container_bash 'nc -vz 0.0.0.0 143' _run_in_container_bash 'nc -vz 0.0.0.0 143'
_run_in_container_bash 'nc -w 1 0.0.0.0 143 < /tmp/docker-mailserver-test/auth/imap-oauth2-auth.txt' _nc_wrapper 'auth/imap-oauth2-auth' '-w 1 0.0.0.0 143'
assert_output --partial 'Examine completed' assert_output --partial 'Examine completed'
} }