Fixed runtime_test (ImagePull prototyped changed)

This commit is contained in:
Sam Alba 2013-07-05 16:03:22 -07:00
Родитель 07dc0a5120
Коммит e2b8ee2723
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -93,7 +93,7 @@ func init() {
pushingPool: make(map[string]struct{}), pushingPool: make(map[string]struct{}),
} }
// Retrieve the Image // 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) panic(err)
} }
// Spawn a Daemon // Spawn a Daemon