diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-05-18 20:37:20 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-18 20:37:20 +0200 |
commit | d6d45003c926ae5587177eab0d195c14d4286126 (patch) | |
tree | 6f4b9b52d8d4d7f49cd7cf7f21e8c03852e510c7 /test/system/030-run.bats | |
parent | d4587c6074e4b4e3673cf495f0c4cd2811742791 (diff) | |
parent | cd85ba196d89c6d9ba9a8a2b27dc8bfeca5effb4 (diff) | |
download | podman-d6d45003c926ae5587177eab0d195c14d4286126.tar.gz podman-d6d45003c926ae5587177eab0d195c14d4286126.tar.bz2 podman-d6d45003c926ae5587177eab0d195c14d4286126.zip |
Merge pull request #6232 from edsantiago/bats_cgroupsv1_fixes
system tests: small fixes for rawhide+cgroups v1
Diffstat (limited to 'test/system/030-run.bats')
-rw-r--r-- | test/system/030-run.bats | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/system/030-run.bats b/test/system/030-run.bats index ae2e39d6b..1bcf3896f 100644 --- a/test/system/030-run.bats +++ b/test/system/030-run.bats @@ -8,8 +8,8 @@ load helpers # 2019-09 Fedora 31 and rawhide (32) are switching from runc to crun # because of cgroups v2; crun emits different error messages. # Default to runc: - err_no_such_cmd="Error: .*: starting container process caused .*exec:.*stat /no/such/command: no such file or directory" - err_no_exec_dir="Error: .*: starting container process caused .*exec:.* permission denied" + err_no_such_cmd="Error: .*: starting container process caused.*exec:.*stat /no/such/command: no such file or directory" + err_no_exec_dir="Error: .*: starting container process caused.*exec:.* permission denied" # ...but check the configured runtime engine, and switch to crun as needed run_podman info --format '{{ .Host.OCIRuntime.Path }}' |