Fix vet warning

Signed-off-by: Paul Mou <ppymou@gmail.com>
This commit is contained in:
paul
2015-03-25 20:31:02 -07:00
parent f84086be2a
commit c5bf2145f1
6 changed files with 23 additions and 21 deletions
@@ -548,7 +548,7 @@ func TestPostContainerBindNormalVolume(t *testing.T) {
}
if fooDir2 != fooDir {
t.Fatal("expected volume path to be %s, got: %s", fooDir, fooDir2)
t.Fatalf("expected volume path to be %s, got: %s", fooDir, fooDir2)
}
logDone("container REST API - can use path from normal volume as bind-mount to overwrite another volume")