Fixed runtime_test (ImagePull prototyped changed)

This commit is contained in:
Sam Alba 2013-07-05 16:03:22 -07:00
parent 07dc0a5120
commit e2b8ee2723
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ func init() {
pushingPool: make(map[string]struct{}),
}
// Retrieve the Image
if err := srv.ImagePull(unitTestImageName, "", "", os.Stdout, utils.NewStreamFormatter(false), nil); err != nil {
if err := srv.ImagePull(unitTestImageName, "", os.Stdout, utils.NewStreamFormatter(false), nil); err != nil {
panic(err)
}
// Spawn a Daemon