diff --git a/Smoke/ghostscript-x11/runtest.sh b/Smoke/ghostscript-x11/runtest.sh index 82b1cb2..3528a19 100755 --- a/Smoke/ghostscript-x11/runtest.sh +++ b/Smoke/ghostscript-x11/runtest.sh @@ -33,7 +33,10 @@ PACKAGE="ghostscript" rlJournalStart rlPhaseStartTest - rlRun "rpm -q rpm | grep el7 || rpm -q ghostscript-x11" + if rlIsFedora '<38'; then + # we have stopped packaging x-11 since f38/gs-10.01.0+ + rlRun "rpm -q rpm | grep el7 || rpm -q ghostscript-x11" + fi rlRun "xvfb-run timeout --preserve-status 10 gs -dBATCH -dNOPAUSE -sDEVICE=x11 dummy.pdf" rlPhaseEnd