summaryrefslogtreecommitdiff
path: root/test/system/250-systemd.bats
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2022-09-12 23:17:56 +0200
committerGitHub <noreply@github.com>2022-09-12 23:17:56 +0200
commit4aeaeafde54eb223468ae3ea8425ab548e90e8e8 (patch)
tree6f7131ba6ee99be5d6433090692b50e8f05dc90d /test/system/250-systemd.bats
parent8216d0ef4e8212413a650a55ce8fd02f2ca8d181 (diff)
parente24c2f0099f66f59e12329b154e92e28dd89cbd1 (diff)
downloadpodman-4aeaeafde54eb223468ae3ea8425ab548e90e8e8.tar.gz
podman-4aeaeafde54eb223468ae3ea8425ab548e90e8e8.tar.bz2
podman-4aeaeafde54eb223468ae3ea8425ab548e90e8e8.zip
Merge pull request #15678 from edsantiago/bats_cleanup
system tests: periodic cleanup and fixes
Diffstat (limited to 'test/system/250-systemd.bats')
-rw-r--r--test/system/250-systemd.bats5
1 files changed, 2 insertions, 3 deletions
diff --git a/test/system/250-systemd.bats b/test/system/250-systemd.bats
index 3f6296b36..0e1dc356d 100644
--- a/test/system/250-systemd.bats
+++ b/test/system/250-systemd.bats
@@ -34,9 +34,8 @@ function teardown() {
# Helper to start a systemd service running a container
function service_setup() {
run_podman generate systemd \
- -e http_proxy -e HTTP_PROXY \
- -e https_proxy -e HTTPS_PROXY \
- -e no_proxy -e NO_PROXY \
+ -e http_proxy -e https_proxy -e no_proxy \
+ -e HTTP_PROXY -e HTTPS_PROXY -e NO_PROXY \
--new $cname
echo "$output" > "$UNIT_FILE"
run_podman rm $cname