fix: Appease the lint gods + typo

This commit is contained in:
Brennan Kinney 2024-05-02 19:40:25 +12:00 committed by GitHub
parent 6b5e606533
commit 7c85bfde5b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -48,7 +48,8 @@ function teardown_file() { _default_teardown ; }
_run_in_container postconf -Ph 'submission/inet/smtpd_client_restrictions'
assert_success
refute_output --partial 'postconf: warning: /etc/postfix/master.cf: undefined parameter: custom_parameter'
asset_output '$custom_parameter'
#shellcheck disable=SC2016
assert_output '$custom_parameter'
# As it's a custom parameter (`$` prefix), ensure the parameter value expands correctly:
_run_in_container postconf -Phx 'submission/inet/smtpd_client_restrictions'