diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-10-29 22:21:17 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-29 22:21:17 +0100 |
commit | 228396a99dc88fc828f23d4072a46ca8de90282f (patch) | |
tree | a77a837e89e0a267d01e53ddd4f0fd580941eab9 /test/system/160-volumes.bats | |
parent | 1ce5ece66f567d3a3e52f9a9b5945222eda2d6a2 (diff) | |
parent | 0f191ad72c406cfe8223946c069f6ec70f559664 (diff) | |
download | podman-228396a99dc88fc828f23d4072a46ca8de90282f.tar.gz podman-228396a99dc88fc828f23d4072a46ca8de90282f.tar.bz2 podman-228396a99dc88fc828f23d4072a46ca8de90282f.zip |
Merge pull request #8174 from rhatdan/errors
Podman often reports OCI Runtime does not exist, even if it does
Diffstat (limited to 'test/system/160-volumes.bats')
-rw-r--r-- | test/system/160-volumes.bats | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/system/160-volumes.bats b/test/system/160-volumes.bats index 9f4bb76a2..c19e61669 100644 --- a/test/system/160-volumes.bats +++ b/test/system/160-volumes.bats @@ -119,7 +119,7 @@ EOF # noexec option. This should fail. # ARGH. Unfortunately, runc (used for cgroups v1) produces a different error local expect_rc=126 - local expect_msg='.* OCI runtime permission denied.*' + local expect_msg='.* OCI permission denied.*' run_podman info --format '{{ .Host.OCIRuntime.Path }}' if expr "$output" : ".*/runc"; then expect_rc=1 |