diff options
author | Matthew Heon <matthew.heon@pm.me> | 2020-07-29 16:42:40 -0400 |
---|---|---|
committer | Matthew Heon <mheon@redhat.com> | 2020-10-20 09:24:32 -0400 |
commit | 1b4933376f4e6738ff3a0c42a2e27c6d21c07e7c (patch) | |
tree | d2454fab870c9c4ae00e23d54af6049058126001 /contrib/cirrus | |
parent | 3858fc1d019d13fe3378c129d133fd22789ac0dc (diff) | |
download | podman-1b4933376f4e6738ff3a0c42a2e27c6d21c07e7c.tar.gz podman-1b4933376f4e6738ff3a0c42a2e27c6d21c07e7c.tar.bz2 podman-1b4933376f4e6738ff3a0c42a2e27c6d21c07e7c.zip |
Add a system test to verify --runtime is preserved
Signed-off-by: Matthew Heon <matthew.heon@pm.me>
Diffstat (limited to 'contrib/cirrus')
-rwxr-xr-x | contrib/cirrus/setup_environment.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/contrib/cirrus/setup_environment.sh b/contrib/cirrus/setup_environment.sh index df5280439..3135a5e65 100755 --- a/contrib/cirrus/setup_environment.sh +++ b/contrib/cirrus/setup_environment.sh @@ -127,9 +127,6 @@ case "$PRIV_NAME" in echo "$_suns" >> /etc/environment source /etc/environment fi - -# Reload to incorporate any changes from above -source "$SCRIPT_BASE/lib.sh" ;; rootless) _ru="export ROOTLESS_USER='${ROOTLESS_USER:-some${RANDOM}dude}'" |