mirror of
https://github.com/clearlinux/docker.git
synced 2026-09-06 13:41:36 +00:00
Remove word "fail" from tests
Signed-off-by: Tibor Vass <tibor@docker.com>
This commit is contained in:
@@ -37,7 +37,7 @@ func TestPushUnprefixedRepo(t *testing.T) {
|
||||
if out, _, err := runCommandWithOutput(pushCmd); err == nil {
|
||||
t.Fatalf("pushing an unprefixed repo didn't result in a non-zero exit status: %s", out)
|
||||
}
|
||||
logDone("push - unprefixed busybox repo must fail")
|
||||
logDone("push - unprefixed busybox repo must not pass")
|
||||
}
|
||||
|
||||
func TestPushUntagged(t *testing.T) {
|
||||
|
||||
Reference in New Issue
Block a user