Remove word "fail" from tests

Signed-off-by: Tibor Vass <tibor@docker.com>
This commit is contained in:
Tibor Vass
2015-02-09 18:01:52 -05:00
parent d21ecf94fe
commit aadb6289cc
8 changed files with 17 additions and 17 deletions
+1 -1
View File
@@ -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) {