diff --git a/Sanity/basic-sanity/runtest.sh b/Sanity/basic-sanity/runtest.sh index 8ccc77e..5e8ad01 100755 --- a/Sanity/basic-sanity/runtest.sh +++ b/Sanity/basic-sanity/runtest.sh @@ -56,7 +56,7 @@ rlJournalStart cat diff.txt echo; echo "### Full diff:" diff example.ps output.ps - if rlIsFedora; then + if rlIsFedora || rlIsRHELLike '>=10'; then rlRun "test $(wc -l diff.txt | awk '{ print $1 }') -eq 1" 0 "Difference file has only one line" rlAssertGrep '%%For: Super User' diff.txt else @@ -85,7 +85,7 @@ rlJournalStart cat diff.txt echo; echo "### Full diff:" diff example-std.ps output-std.ps - if rlIsFedora; then + if rlIsFedora || rlIsRHELLike '>=10'; then rlRun "test $(wc -l diff.txt | awk '{ print $1 }') -eq 1" 0 "Difference file has only one line" rlAssertGrep '%%For: Super User' diff.txt else