|
@@ -218,7 +218,7 @@ func (s *DockerSuite) TestImagesFilterSpaceTrimCase(c *check.C) {
|
|
|
for idx, listing := range imageListings {
|
|
|
if idx < 4 && !reflect.DeepEqual(listing, imageListings[idx+1]) {
|
|
|
for idx, errListing := range imageListings {
|
|
|
- fmt.Printf("out %d", idx)
|
|
|
+ fmt.Printf("out %d\n", idx)
|
|
|
for _, image := range errListing {
|
|
|
fmt.Print(image)
|
|
|
}
|