mirror of https://github.com/containers/podman.git
Swap test image in exec test to fedora for useradd
We need a useradd binary in the container for this test, so swap from Alpine to fedora-minimal. Signed-off-by: Matthew Heon <matthew.heon@gmail.com> Closes: #1315 Approved by: vrothberg
This commit is contained in:
parent
c3ec44b5a7
commit
e0c2fcadd2
|
@ -112,7 +112,7 @@ var _ = Describe("Podman exec", func() {
|
|||
|
||||
It("podman exec with user only in container", func() {
|
||||
testUser := "test123"
|
||||
setup := podmanTest.RunTopContainer("test1")
|
||||
setup := podmanTest.Podman([]string{"run", "--name", "test1", "-d", fedoraMinimal, "sleep", "60"})
|
||||
setup.WaitWithDefaultTimeout()
|
||||
Expect(setup.ExitCode()).To(Equal(0))
|
||||
|
||||
|
|
Loading…
Reference in New Issue