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 <david@gibson.dropbear.id.au> Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
This commit is contained in:
parent
f9fe3ae5dd
commit
489b28e216
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
|||
# Copyright (c) 2022 Red Hat GmbH
|
||||
# Author: Stefano Brivio <sbrivio@redhat.com>
|
||||
|
||||
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
|
||||
|
||||
|
|
Loading…
Reference in a new issue