packit: Run tests on CentOS 9 stream

This commit is contained in:
Martin Pitt 2021-11-16 11:01:23 +01:00 committed by Martin Pitt
parent 3536eafd5a
commit c04d951964
2 changed files with 3 additions and 2 deletions

View file

@ -24,8 +24,8 @@ mv .git dot-git
export TEST_OS="${ID}-${VERSION_ID/./-}"
export TEST_AUDIT_NO_SELINUX=1
if [ "$TEST_OS" = "centos-8" ]; then
TEST_OS=centos-8-stream
if [ "${TEST_OS#centos-}" != "$TEST_OS" ]; then
TEST_OS="${TEST_OS}-stream"
fi
EXCLUDES=""