Cleanup not needed calls to deleteImages

Signed-off-by: Antonio Murdaca <runcom@linux.com>
Upstream-commit: d3566fa0b1130fb938ad55da69fee2b7790dc3cf
Component: engine
This commit is contained in:
Antonio Murdaca
2015-07-13 20:29:59 +02:00
parent 548aa9241e
commit f4541a8bb5
3 changed files with 0 additions and 9 deletions

View File

@ -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