tests: remove stray F31 occurrences

osbuild-composer doesn't support F31 anymore, this commit rips out the last
pieces.
This commit is contained in:
Ondřej Budai 2020-10-21 09:08:33 +02:00 committed by Tom Gundersen
parent b91a63c0ad
commit 0e7a1dd407
2 changed files with 0 additions and 26 deletions

View file

@ -5,12 +5,6 @@ OSBUILD_COMPOSER_TEST_DATA=/usr/share/tests/osbuild-composer/
source /etc/os-release
# Fedora 31's composer-cli doesn't support doing image uploads.
if [[ $ID == fedora ]] && [[ $VERSION_ID == 31 ]]; then
echo "Fedora 31 does not support image uploads with composer-cli."
exit 0
fi
# Colorful output.
function greenprint {
echo -e "\033[1;32m${1}\033[0m"