summaryrefslogtreecommitdiff
path: root/test/e2e/run_test.go
diff options
context:
space:
mode:
authorbaude <bbaude@redhat.com>2018-10-15 13:00:07 -0500
committerbaude <bbaude@redhat.com>2018-10-18 10:38:16 -0500
commit4662d06efdad2b32b0b53f059ac6fb517ba5a472 (patch)
tree2bd60b2bb4579235537ed7a2d561fdaff2b9859a /test/e2e/run_test.go
parent05cadf31d24916215188ee839b0c0a824c31b822 (diff)
downloadpodman-4662d06efdad2b32b0b53f059ac6fb517ba5a472.tar.gz
podman-4662d06efdad2b32b0b53f059ac6fb517ba5a472.tar.bz2
podman-4662d06efdad2b32b0b53f059ac6fb517ba5a472.zip
fix NOTIFY_SOCKET in e2e testfix NOTIFY_SOCKET in e2e tests
Signed-off-by: baude <bbaude@redhat.com>
Diffstat (limited to 'test/e2e/run_test.go')
-rw-r--r--test/e2e/run_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/e2e/run_test.go b/test/e2e/run_test.go
index 052dd0566..1cd2fdf2c 100644
--- a/test/e2e/run_test.go
+++ b/test/e2e/run_test.go
@@ -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()