mirror of https://github.com/containers/podman.git
We've had some oopsies in system tests:
podman foo bar
run podman foo bar
...all of which should be run_podman with underscore. Those
have been passing because /usr/bin/podman is the fallback
from $PATH. In those (few) cases, we haven't actually been
testing the podman we should be testing.
Solution: nuke /usr/bin/podman and podman-remote before
invoking system and unit tests. As an extra level of
paranoia, check for other podmans in $PATH - if any
exist, bail out with a fatal error.
Also: in a few cases where runner.sh invokes podman for
containerized something-something, run bin/podman instead
of podman from $PATH.
Also: fix existing dependencies on /usr/bin/podman
Signed-off-by: Ed Santiago <santiago@redhat.com>
|
||
|---|---|---|
| .. | ||
| cirrus | ||
| containers-common | ||
| hello | ||
| modules-load.d | ||
| msi | ||
| pkginstaller | ||
| podmanimage | ||
| podmanremoteimage | ||
| remote | ||
| script | ||
| snapcraft | ||
| spec | ||
| systemd | ||
| tmpfile | ||
| win-installer | ||
| dependabot-dance | ||
| dependencies.txt | ||