From 9241b4e340386abfc5fcd32dab86fa5ef0002bac Mon Sep 17 00:00:00 2001 From: David Gibson Date: Mon, 10 Jan 2022 16:10:36 +1100 Subject: 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 --- test/system/005-info.bats | 1 - 1 file changed, 1 deletion(-) (limited to 'test') diff --git a/test/system/005-info.bats b/test/system/005-info.bats index 045045fa6..5f3cdff7e 100644 --- a/test/system/005-info.bats +++ b/test/system/005-info.bats @@ -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 -- cgit v1.2.3-54-g00ecf