Cleanup not needed calls to deleteImages
Signed-off-by: Antonio Murdaca <runcom@linux.com> Upstream-commit: d3566fa0b1130fb938ad55da69fee2b7790dc3cf Component: engine
This commit is contained in:
@ -57,9 +57,6 @@ func (s *DockerSuite) TestSaveXzAndLoadRepoStdout(c *check.C) {
|
||||
if err == nil {
|
||||
c.Fatalf("the repo should not exist: %v", after)
|
||||
}
|
||||
|
||||
deleteImages(repoName)
|
||||
|
||||
}
|
||||
|
||||
// save a repo using xz+gz compression and try to load it using stdout
|
||||
|
||||
Reference in New Issue
Block a user