fix NOTIFY_SOCKET in e2e testfix NOTIFY_SOCKET in e2e tests

Signed-off-by: baude <bbaude@redhat.com>
This commit is contained in:
baude
2018-10-15 13:00:07 -05:00
parent 05cadf31d2
commit 4662d06efd
5 changed files with 8 additions and 6 deletions

View File

@ -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()