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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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" {