diff --git a/test/system/070-build.bats b/test/system/070-build.bats index 1e7d366a1..41a82386e 100644 --- a/test/system/070-build.bats +++ b/test/system/070-build.bats @@ -188,11 +188,17 @@ EOF https_proxy=https-proxy-in-env-file EOF + # Build args: one explicit (foo=bar), one implicit (foo) + local arg_implicit_value=implicit_$(random_string 15) + local arg_explicit_value=explicit_$(random_string 15) + # NOTE: it's important to not create the workdir. # Podman will make sure to create a missing workdir # if needed. See #9040. cat >$tmpdir/Containerfile <