diff --git a/tests/iptables-save-cuts-space-before-j/runtest.sh b/tests/iptables-save-cuts-space-before-j/runtest.sh index bba6bf2..6a3029f 100755 --- a/tests/iptables-save-cuts-space-before-j/runtest.sh +++ b/tests/iptables-save-cuts-space-before-j/runtest.sh @@ -38,7 +38,7 @@ rlJournalStart rlPhaseStartTest RULE="-A INPUT -p dccp -m dccp --dccp-type RESET,INVALID -j LOG" - if rlIsRHEL '>6' || rlIsFedora; then + if rlIsRHEL '>6' || rlIsFedora || rlIsCentOS '>7'; then RULE="${RULE/type/types}" # it is exported under other name fi rlLogInfo "using rule '$RULE'"