diff --git a/Sanity/bz1664367-RFE-Add-support-for-885915-encoding-in-enscript/runtest.sh b/Sanity/bz1664367-RFE-Add-support-for-885915-encoding-in-enscript/runtest.sh index 6b836ed..27916b4 100755 --- a/Sanity/bz1664367-RFE-Add-support-for-885915-encoding-in-enscript/runtest.sh +++ b/Sanity/bz1664367-RFE-Add-support-for-885915-encoding-in-enscript/runtest.sh @@ -44,7 +44,7 @@ rlJournalStart rlRun "enscript -M A4 --encoding=885915 -o outputfile.ps test.txt" 0 "Convert the text file to postscript." rlAssertExists "outputfile.ps" rlRun "cat outputfile.ps | grep -e "\\244"" 0 "There should be a octal code for Euro symbol in the output file." - if ! rlIsFedora; then + if rlIsRHEL; then rlAssertEquals "Diff should have 8 lines." `diff outputfile.ps.orig outputfile.ps | wc -l` 8 else rlAssertEquals "Diff should have 8 lines." `diff outputfile.ps.orig outputfile.ps | wc -l` 12