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