mirror of
https://github.com/containers/podman.git
synced 2025-10-14 01:35:29 +08:00
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:
@ -8,7 +8,7 @@ import (
|
||||
. "github.com/onsi/gomega"
|
||||
)
|
||||
|
||||
var _ = Describe("Podman pull", func() {
|
||||
var _ = Describe("Podman exists", func() {
|
||||
var (
|
||||
tempdir string
|
||||
err error
|
||||
|
Reference in New Issue
Block a user