mirror of
https://github.com/containers/podman.git
synced 2025-08-06 11:32:07 +08:00
tests: Remove inaccurate comment
This comment refers to overiding $PODMAN although the code below does nothing of the sort. Presumbly the comment has been outdated by altering the containers.conf / $CONTAINERS_CONF instead. Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
This commit is contained in:

committed by
Matthew Heon

parent
3718d096b1
commit
c559e4e6fb
@ -37,9 +37,6 @@ fi
|
||||
# while retaining the ability to include these if they so desire.
|
||||
|
||||
# Some CI systems set this to runc, overriding the default crun.
|
||||
# Although it would be more elegant to override options in run_podman(),
|
||||
# we instead override $PODMAN itself because some tests (170-run-userns)
|
||||
# have to invoke $PODMAN directly.
|
||||
if [[ -n $OCI_RUNTIME ]]; then
|
||||
if [[ -z $CONTAINERS_CONF ]]; then
|
||||
# FIXME: BATS provides no mechanism for end-of-run cleanup[1]; how
|
||||
|
Reference in New Issue
Block a user