Fix vet errors about formatting directives

Signed-off-by: Alexander Morozov <lk4d4@docker.com>
This commit is contained in:
Alexander Morozov 2014-12-12 10:58:56 -08:00
parent 6b772e6532
commit 4d20c0cb80

View file

@ -311,7 +311,7 @@ func TestFollowSymlinkEmpty(t *testing.T) {
t.Fatal(err)
}
if res != wd {
t.Fatal("expected %q got %q", wd, res)
t.Fatalf("expected %q got %q", wd, res)
}
}