Adjusting test for CentOS

/Regression/bz241308-use-augroup-for-rh-autocmds
This commit is contained in:
František Hrdina 2023-08-31 14:08:35 +02:00
commit 143ba1895a

View file

@ -37,7 +37,7 @@ rlJournalStart
rlRun "TmpDir=\`mktemp -d\`" 0 "Creating tmp directory"
rlRun "pushd $TmpDir"
rlFileBackup /etc/vimrc
rlIsRHEL && GroupName="redhat" || GroupName="fedora"
(rlIsRHEL || rlIsCentOS) && GroupName="redhat" || GroupName="fedora"
rlLog $GroupName
rlPhaseEnd