1
0
mirror of https://github.com/docker-mailserver/docker-mailserver.git synced 2025-08-07 23:03:10 +02:00

Streamline 'printf' usage and consequently use a format string (#2564)

This commit is contained in:
Casper
2022-05-05 17:48:21 +02:00
committed by GitHub
parent 18acd7860b
commit 2977cb6962
3 changed files with 10 additions and 10 deletions

View File

@ -99,7 +99,7 @@ function teardown_file() {
}
@test "checking ssl: manual cert changes are picked up by check-for-changes" {
printf 'someThingsChangedHere' \
printf '%s' 'someThingsChangedHere' \
>>"$(pwd)/test/test-files/ssl/${DOMAIN_SSL_MANUAL}/with_ca/ecdsa/key.ecdsa.pem"
run timeout 15 docker exec mail_manual_ssl bash -c "tail -F /var/log/supervisor/changedetector.log | sed '/Manual certificates have changed/ q'"