diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2022-09-12 23:17:56 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-12 23:17:56 +0200 |
commit | 4aeaeafde54eb223468ae3ea8425ab548e90e8e8 (patch) | |
tree | 6f7131ba6ee99be5d6433090692b50e8f05dc90d /test/system/250-systemd.bats | |
parent | 8216d0ef4e8212413a650a55ce8fd02f2ca8d181 (diff) | |
parent | e24c2f0099f66f59e12329b154e92e28dd89cbd1 (diff) | |
download | podman-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.bats | 5 |
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 |