I noticed these weren't actually running on my Fedora host. This turns out to be because cataonit is not in the path on Fedora (it's in /usr/libexec). The podman tests also downloaded and build podman in the test proper, which requires external network access. That's awkward in some cases, and in particular precludes running the tests in an isolated network environment. Move the download and build of podman to the "make assets" stage instead. David Gibson (3): test: Make sure to update mbuto repository test: Build and download podman as a test asset test: catatonit may not be in $PATH test/.gitignore | 1 + test/Makefile | 20 +++++++++++++++++--- test/pasta_podman/bats | 6 ++---- 3 files changed, 20 insertions(+), 7 deletions(-) -- 2.44.0