summaryrefslogtreecommitdiff
path: root/test/e2e
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2019-06-27 03:05:33 +0200
committerGitHub <noreply@github.com>2019-06-27 03:05:33 +0200
commit7705f99fe6cabe5028483e623b21177e25cc5d6f (patch)
treeb2c156d17b74ef6a265e39cd157dc6c052532049 /test/e2e
parentc06d9898f91fb2dcddff4f9b65df13c2f158cfd0 (diff)
parentfc32439c298a107bd31f64fb7b6d396bce525e57 (diff)
downloadpodman-7705f99fe6cabe5028483e623b21177e25cc5d6f.tar.gz
podman-7705f99fe6cabe5028483e623b21177e25cc5d6f.tar.bz2
podman-7705f99fe6cabe5028483e623b21177e25cc5d6f.zip
Merge pull request #3429 from cevich/strip_crio_conmon
Remove refs to crio/conmon
Diffstat (limited to 'test/e2e')
-rw-r--r--test/e2e/common_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/e2e/common_test.go b/test/e2e/common_test.go
index 8b6eab892..c3a37236b 100644
--- a/test/e2e/common_test.go
+++ b/test/e2e/common_test.go
@@ -195,7 +195,7 @@ func PodmanTestCreateUtil(tempDir string, remote bool) *PodmanTestIntegration {
}
}
conmonBinary := filepath.Join("/usr/libexec/podman/conmon")
- altConmonBinary := "/usr/libexec/crio/conmon"
+ altConmonBinary := "/usr/bin/conmon"
if _, err := os.Stat(conmonBinary); os.IsNotExist(err) {
conmonBinary = altConmonBinary
}