Fix go vet warnings

Signed-off-by: Alexandr Morozov <lk4d4math@gmail.com>
This commit is contained in:
Alexandr Morozov
2014-08-13 11:37:30 +04:00
parent 64579f51fc
commit 391c35c822
8 changed files with 24 additions and 13 deletions
+1 -1
View File
@@ -102,7 +102,7 @@ func TestContainerOrphaning(t *testing.T) {
t.Fatalf("%v: %s", err, out)
}
if !strings.Contains(out, img1) {
t.Fatal("Orphaned container (could not find '%s' in docker images): %s", img1, out)
t.Fatalf("Orphaned container (could not find '%s' in docker images): %s", img1, out)
}
deleteAllContainers()