mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Fix vet errors
Signed-off-by: Alexandr Morozov <lk4d4@docker.com>
This commit is contained in:
parent
a61c4dc959
commit
18d9f1978b
9 changed files with 15 additions and 15 deletions
|
@ -11,7 +11,7 @@ func TestInfoEnsureSucceeds(t *testing.T) {
|
|||
versionCmd := exec.Command(dockerBinary, "info")
|
||||
out, exitCode, err := runCommandWithOutput(versionCmd)
|
||||
if err != nil || exitCode != 0 {
|
||||
t.Fatal("failed to execute docker info: %s, %v", out, err)
|
||||
t.Fatalf("failed to execute docker info: %s, %v", out, err)
|
||||
}
|
||||
|
||||
stringsToCheck := []string{"Containers:", "Execution Driver:", "Kernel Version:"}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue