From f3a58d699ac967109695eec9815fbaff9a81542f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Budai?= Date: Fri, 9 Jul 2021 12:15:33 +0200 Subject: [PATCH] test/koji: remove the workaround for rhel-8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ondřej Budai --- test/cases/koji.sh | 8 -------- 1 file changed, 8 deletions(-) diff --git a/test/cases/koji.sh b/test/cases/koji.sh index 25c9487a8..dc69eb1ad 100755 --- a/test/cases/koji.sh +++ b/test/cases/koji.sh @@ -6,14 +6,6 @@ OSBUILD_COMPOSER_TEST_DATA=/usr/share/tests/osbuild-composer/ # Get OS data. source /etc/os-release ARCH=$(uname -m) -# This should be revisited and solved in a more sustainable way -if [[ "$ID" == 'rhel' ]] && [[ "$VERSION_ID" == 8.3 ]] -then - DISTRO_CODE="${DISTRO_CODE:-rhel_8}" -else - DISTRO_CODE="${DISTRO_CODE:-${ID}_${VERSION_ID//./}}" -fi - # Colorful output. function greenprint {