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

Fix several typos (#2993)

This commit is contained in:
Casper
2023-01-11 01:31:21 +01:00
committed by GitHub
parent 6ac59ef871
commit dcf34fd63b
6 changed files with 9 additions and 9 deletions

View File

@ -126,7 +126,7 @@ BATS_TEST_NAME_PREFIX='test helper functions:'
run cat "${path}/marker"
assert_line "This marker file is there to identify the correct config being copied"
run duplicate_config_for_container non-existant-source-folder "${BATS_TEST_NAME}2"
run duplicate_config_for_container non-existent-source-folder "${BATS_TEST_NAME}2"
assert_failure
}