mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-15 05:09:35 +00:00
Don't explicitly check for crun|runc in package information
Amongst other things 005-info.bats tests that the host.ociRuntime.package field in the output from "podman info" reports something containing "crun" or "runc". While those are obviously the dominant runtimes in practice, it seems undesirable to explicitly exclude them in testing. So, remove this specific test. Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
This commit is contained in:
parent
993c072029
commit
9241b4e340
1 changed files with 0 additions and 1 deletions
|
|
@ -43,7 +43,6 @@ host.conmon.package | .*conmon.*
|
|||
host.cgroupManager | \\\(systemd\\\|cgroupfs\\\)
|
||||
host.cgroupVersion | v[12]
|
||||
host.ociRuntime.path | $expr_path
|
||||
host.ociRuntime.package | .*\\\(crun\\\|runc\\\).*
|
||||
store.configFile | $expr_path
|
||||
store.graphDriverName | [a-z0-9]\\\+\\\$
|
||||
store.graphRoot | $expr_path
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue