summaryrefslogtreecommitdiff
path: root/integration-cli/docker_cli_cp_test.go
diff options
context:
space:
mode:
authorJessica Frazelle <jess@docker.com>2014-12-03 18:45:51 -0800
committerJessica Frazelle <jess@docker.com>2014-12-03 18:45:51 -0800
commit4ee3a318a1f43f35a8c6ec8b6b73db5ea8824de9 (patch)
tree6e659b71b6e24ad9f039ec504db8c8c6727213a5 /integration-cli/docker_cli_cp_test.go
parentfa753e67ae2bf573c9dfb1da1e1135c5ef5ef415 (diff)
downloaddocker-4ee3a318a1f43f35a8c6ec8b6b73db5ea8824de9.tar.gz
Run 'go vet' on integration-cli.
Docker-DCO-1.1-Signed-off-by: Jessica Frazelle <jess@docker.com> (github: jfrazelle)
Diffstat (limited to 'integration-cli/docker_cli_cp_test.go')
-rw-r--r--integration-cli/docker_cli_cp_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/integration-cli/docker_cli_cp_test.go b/integration-cli/docker_cli_cp_test.go
index a5432849dd..7002e1a34a 100644
--- a/integration-cli/docker_cli_cp_test.go
+++ b/integration-cli/docker_cli_cp_test.go
@@ -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")
}