Merge #12 Adjusting test for CentOS

This commit is contained in:
Frantisek Hrdina 2023-08-31 12:20:18 +00:00
commit adc8604199

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