mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Run 'go vet' on integration-cli.
Docker-DCO-1.1-Signed-off-by: Jessica Frazelle <jess@docker.com> (github: jfrazelle)
This commit is contained in:
parent
fa753e67ae
commit
4ee3a318a1
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue