From 3d75dc26846a4d4f39a1b77ec863ad9d797b26f3 Mon Sep 17 00:00:00 2001 From: Ondrej Mejzlik Date: Wed, 29 May 2024 11:46:54 +0200 Subject: [PATCH] fix for centos --- .../runtest.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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