mirror of
https://github.com/docker/cli.git
synced 2026-09-24 15:30:10 -05:00
Merge pull request #12342 from LK4D4/fix_vet_warn
Fix vet warning Upstream-commit: afd973c4971ee2bed4c943cf08d6e7ef19dd8501 Component: engine
This commit is contained in:
@@ -493,7 +493,7 @@ func TestTarWithBlockCharFifo(t *testing.T) {
|
||||
t.Fatal(err)
|
||||
}
|
||||
if len(changes) > 0 {
|
||||
t.Fatalf("Tar with special device (block, char, fifo) should keep them (recreate them when untar) : %s", changes)
|
||||
t.Fatalf("Tar with special device (block, char, fifo) should keep them (recreate them when untar) : %v", changes)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user