diff options
author | David Gibson <david@gibson.dropbear.id.au> | 2022-01-19 11:22:20 +1100 |
---|---|---|
committer | David Gibson <david@gibson.dropbear.id.au> | 2022-02-18 12:35:25 +1100 |
commit | d615ab81f9f8bbed5f335683f4bbcdda0e789ee1 (patch) | |
tree | 445fac61bdea6aec63ef2484234c4861dc2b3271 /test | |
parent | a88ea2c68b1ef01077a53b1c568b85667dcbc1e2 (diff) | |
download | podman-d615ab81f9f8bbed5f335683f4bbcdda0e789ee1.tar.gz podman-d615ab81f9f8bbed5f335683f4bbcdda0e789ee1.tar.bz2 podman-d615ab81f9f8bbed5f335683f4bbcdda0e789ee1.zip |
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>
Diffstat (limited to 'test')
-rw-r--r-- | test/system/helpers.bash | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test/system/helpers.bash b/test/system/helpers.bash index c622a5172..ee5f73867 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 |