From 489b28e2165416675f8c64b212734bb7af5f2b4e Mon Sep 17 00:00:00 2001 From: David Gibson Date: Thu, 21 Mar 2024 15:57:41 +1100 Subject: test: catatonit may not be in $PATH The pasta_podman/bats test script looks for 'catatonit' amongst other tools to be avaiiliable on the host. However, while the podman tests do require catatonit, it doesn't necessarily need to be in the regular path. For example Fedora and RHEL place catatonit in /usr/libexec and podman finds it there fine. Therefore, remove it as an htools dependency. Signed-off-by: David Gibson Signed-off-by: Stefano Brivio --- test/pasta_podman/bats | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/pasta_podman/bats b/test/pasta_podman/bats index cb88aa4..46a958a 100644 --- a/test/pasta_podman/bats +++ b/test/pasta_podman/bats @@ -11,7 +11,7 @@ # Copyright (c) 2022 Red Hat GmbH # Author: Stefano Brivio -htools git make go bats catatonit ip jq socat ./test/podman/bin/podman +htools git make go bats ip jq socat ./test/podman/bin/podman test Podman system test with bats -- cgit v1.2.3