mirror of
https://github.com/moby/moby.git
synced 2025-07-30 18:23:29 +03:00
Fix vet errors about formatting directives
Signed-off-by: Alexander Morozov <lk4d4@docker.com>
This commit is contained in:
@ -339,7 +339,7 @@ func TestExecTtyWithoutStdin(t *testing.T) {
|
||||
if out, _, err := runCommandWithOutput(cmd); err == nil {
|
||||
t.Fatal("exec should have failed")
|
||||
} else if !strings.Contains(out, expected) {
|
||||
t.Fatal("exec failed with error %q: expected %q", out, expected)
|
||||
t.Fatalf("exec failed with error %q: expected %q", out, expected)
|
||||
}
|
||||
}()
|
||||
|
||||
|
Reference in New Issue
Block a user