tests: Remove comment on sed failure concern

This commit is contained in:
polarathene 2024-01-24 20:30:53 +13:00
parent 55b2d67edc
commit 60017bca96
1 changed files with 0 additions and 1 deletions

View File

@ -102,7 +102,6 @@ function _init_with_defaults() {
# The config volume cannot be read-only as some data needs to be written at container startup # The config volume cannot be read-only as some data needs to be written at container startup
# #
# - two sed failures (unknown lines)
# - dovecot-quotas.cf (setup-stack.sh:_setup_dovecot_quotas) # - dovecot-quotas.cf (setup-stack.sh:_setup_dovecot_quotas)
# - postfix-aliases.cf (setup-stack.sh:_setup_postfix_aliases) # - postfix-aliases.cf (setup-stack.sh:_setup_postfix_aliases)
# TODO: Check how many tests need write access. Consider using `docker create` + `docker cp` for easier cleanup. # TODO: Check how many tests need write access. Consider using `docker create` + `docker cp` for easier cleanup.