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:
@@ -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")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user