mirror of
https://github.com/clearlinux/docker.git
synced 2026-09-06 21:51:33 +00:00
Fix vet errors about formatting directives
Signed-off-by: Alexander Morozov <lk4d4@docker.com>
This commit is contained in:
@@ -3799,7 +3799,7 @@ func TestBuildStderr(t *testing.T) {
|
||||
t.Fatal(err)
|
||||
}
|
||||
if stderr != "" {
|
||||
t.Fatal("Stderr should have been empty, instead its: %q", stderr)
|
||||
t.Fatalf("Stderr should have been empty, instead its: %q", stderr)
|
||||
}
|
||||
logDone("build - testing stderr")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user