mirror of
https://github.com/containers/podman.git
synced 2025-06-24 19:42:56 +08:00
e2e tests: enable golint
...and fix problems found therewith. Signed-off-by: Ed Santiago <santiago@redhat.com>
This commit is contained in:
@ -320,7 +320,7 @@ var _ = Describe("Podman run", func() {
|
||||
})
|
||||
|
||||
It("podman test init labels", func() {
|
||||
session := podmanTest.Podman([]string{"create", ubi_init, "/sbin/init"})
|
||||
session := podmanTest.Podman([]string{"create", UBI_INIT, "/sbin/init"})
|
||||
session.WaitWithDefaultTimeout()
|
||||
Expect(session).Should(Exit(0))
|
||||
cid := session.OutputToString()
|
||||
|
Reference in New Issue
Block a user