diff --git a/pkg/archive/archive_test.go b/pkg/archive/archive_test.go index 065e4e47f6..dabb0d504b 100644 --- a/pkg/archive/archive_test.go +++ b/pkg/archive/archive_test.go @@ -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) } }