aboutgitcodebugslistschat
path: root/test
diff options
context:
space:
mode:
authorDavid Gibson <david@gibson.dropbear.id.au>2024-03-21 15:57:41 +1100
committerStefano Brivio <sbrivio@redhat.com>2024-04-05 16:59:21 +0200
commit489b28e2165416675f8c64b212734bb7af5f2b4e (patch)
tree9ef59a94f095878ae52b77f2bbb6d52c767ff7ab /test
parentf9fe3ae5dd7ef03b97d7f1b3b4a6d5a92dccaef5 (diff)
downloadpasst-489b28e2165416675f8c64b212734bb7af5f2b4e.tar
passt-489b28e2165416675f8c64b212734bb7af5f2b4e.tar.gz
passt-489b28e2165416675f8c64b212734bb7af5f2b4e.tar.bz2
passt-489b28e2165416675f8c64b212734bb7af5f2b4e.tar.lz
passt-489b28e2165416675f8c64b212734bb7af5f2b4e.tar.xz
passt-489b28e2165416675f8c64b212734bb7af5f2b4e.tar.zst
passt-489b28e2165416675f8c64b212734bb7af5f2b4e.zip
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>
Diffstat (limited to 'test')
-rw-r--r--test/pasta_podman/bats2
1 files changed, 1 insertions, 1 deletions
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 <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