1
0
mirror of https://github.com/docker/cli.git synced 2026-01-13 18:22:35 +03:00

Run 'go vet' on integration-cli.

Docker-DCO-1.1-Signed-off-by: Jessica Frazelle <jess@docker.com> (github: jfrazelle)
Upstream-commit: 4ee3a318a1f43f35a8c6ec8b6b73db5ea8824de9
Component: engine
This commit is contained in:
Jessica Frazelle
2014-12-03 18:45:51 -08:00
parent 9442c6a19e
commit 61a90c5a2b

View File

@@ -512,7 +512,7 @@ func TestCpToDot(t *testing.T) {
}
content, err := ioutil.ReadFile("./test")
if string(content) != "lololol\n" {
t.Fatal("Wrong content in copied file %q, should be %q", content, "lololol\n")
t.Fatalf("Wrong content in copied file %q, should be %q", content, "lololol\n")
}
logDone("cp - to dot path")
}