From 78a463ef70eef8e60c2129da77928366a27ddec8 Mon Sep 17 00:00:00 2001 From: Zdenek Dohnal Date: Wed, 22 Mar 2023 14:08:17 +0100 Subject: [PATCH] beakerlib does not populate IsRHEL macro in CentOS Stream... --- .../runtest.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sanity/bz2015182-RFE-Implement-IdleExitTimeout-configuration/runtest.sh b/Sanity/bz2015182-RFE-Implement-IdleExitTimeout-configuration/runtest.sh index 5c4cda4..d782f30 100755 --- a/Sanity/bz2015182-RFE-Implement-IdleExitTimeout-configuration/runtest.sh +++ b/Sanity/bz2015182-RFE-Implement-IdleExitTimeout-configuration/runtest.sh @@ -41,7 +41,7 @@ rlJournalStart rlPhaseStartTest rlServiceStart cups rlRun "sleep 65" 0 "Wait till we are sure the default IdleExitTimeout would kick in if set" - if rlIsRHEL ">7" + if rlIsRHELLike ">7" then rlRun "systemctl status cups" 0 "If cups was compiled to use unlimited IdleExitTimeout, cupsd should be running" else