diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-09-29 15:21:09 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-29 15:21:09 +0000 |
commit | 53aa9764c48783814710919f1b78185cd13db35c (patch) | |
tree | a49e6a4d3755f67485f11b98fe7dae7a37752965 /test/system/030-run.bats | |
parent | bf10168614b35dbcfefff01ed63ee90b39cae8d7 (diff) | |
parent | f732e2edcb5a1b925aa2bea65bfe1162edec032e (diff) | |
download | podman-53aa9764c48783814710919f1b78185cd13db35c.tar.gz podman-53aa9764c48783814710919f1b78185cd13db35c.tar.bz2 podman-53aa9764c48783814710919f1b78185cd13db35c.zip |
Merge pull request #7822 from edsantiago/bats
Gating-test fix: deal with new crun error msg
Diffstat (limited to 'test/system/030-run.bats')
-rw-r--r-- | test/system/030-run.bats | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/system/030-run.bats b/test/system/030-run.bats index 4a286d3ae..b3599cc17 100644 --- a/test/system/030-run.bats +++ b/test/system/030-run.bats @@ -14,7 +14,7 @@ load helpers # ...but check the configured runtime engine, and switch to crun as needed run_podman info --format '{{ .Host.OCIRuntime.Path }}' if expr "$output" : ".*/crun"; then - err_no_such_cmd="Error: executable file not found in \$PATH: No such file or directory: OCI runtime command not found error" + err_no_such_cmd="Error: executable file.* not found in \$PATH: No such file or directory: OCI runtime command not found error" err_no_exec_dir="Error: open executable: Operation not permitted: OCI runtime permission denied error" fi |