diff --git a/test/cases/weldr-distro-dot-notation-and-aliases.sh b/test/cases/weldr-distro-dot-notation-and-aliases.sh index 6097d62ef..7c999f938 100644 --- a/test/cases/weldr-distro-dot-notation-and-aliases.sh +++ b/test/cases/weldr-distro-dot-notation-and-aliases.sh @@ -33,10 +33,20 @@ trap cleanup EXIT # Remove any restrictions on the image types for weldr API, since # testing the distro alias requires building the SAP image. +# +# Also override the alias for RHEL 8 since the default alias, 8.10, doesn't +# have a locked version, so the releasever is not set in the dnf vars, and this +# test relies on that file to verify that we are using the correct distro +# object and code path. EXTRA_COMPOSER_CONF="$(mktemp -p "$TMPDIR")" cat <