From c559e4e6fb77c062727da365f482989c8d2a3cad Mon Sep 17 00:00:00 2001 From: David Gibson Date: Wed, 19 Jan 2022 11:22:20 +1100 Subject: 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 --- test/system/helpers.bash | 3 --- 1 file changed, 3 deletions(-) diff --git a/test/system/helpers.bash b/test/system/helpers.bash index 676f80013..221315b97 100644 --- a/test/system/helpers.bash +++ b/test/system/helpers.bash @@ -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 -- cgit v1.2.3-54-g00ecf