mirror of
https://github.com/containers/podman.git
synced 2025-10-13 01:06:10 +08:00
fix NOTIFY_SOCKET in e2e testfix NOTIFY_SOCKET in e2e tests
Signed-off-by: baude <bbaude@redhat.com>
This commit is contained in:
@ -283,7 +283,7 @@ var _ = Describe("Podman run", func() {
|
||||
})
|
||||
|
||||
It("podman run notify_socket", func() {
|
||||
sock := "/run/sock"
|
||||
sock := "/run/notify"
|
||||
os.Setenv("NOTIFY_SOCKET", sock)
|
||||
session := podmanTest.Podman([]string{"run", "--rm", ALPINE, "printenv", "NOTIFY_SOCKET"})
|
||||
session.WaitWithDefaultTimeout()
|
||||
|
Reference in New Issue
Block a user