dont panic when using varlink commit and uppercase image names

when using an upper case image name for container commit, we observed
panics due to a channel closing early.

Fixes: #3897

Signed-off-by: baude <bbaude@redhat.com>
This commit is contained in:
baude
2019-08-29 14:07:02 -05:00
parent 4e209fc10a
commit 2fb6cc2cea
4 changed files with 54 additions and 2 deletions

View File

@ -8,7 +8,7 @@ import (
. "github.com/onsi/gomega"
)
var _ = Describe("Podman pull", func() {
var _ = Describe("Podman exists", func() {
var (
tempdir string
err error