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

Image registry and setup update (#3233)

Co-authored-by: Brennan Kinney <5098581+polarathene@users.noreply.github.com>
This commit is contained in:
Georg Lauterbach
2023-04-10 11:37:25 +02:00
committed by GitHub
parent dc8a08031f
commit 1e20e7c332
8 changed files with 63 additions and 169 deletions

View File

@ -28,7 +28,7 @@ function teardown_file() { _default_teardown ; }
@test "show usage when no arguments provided" {
run ./setup.sh
assert_success
assert_output --partial "This is the main administration script that you use for all your interactions with"
assert_output --partial "This is the main administration command that you use for all your interactions with"
}
@test "exit with error when wrong arguments provided" {