Update for Centos Stream 10
This commit is contained in:
parent
1e862d76c3
commit
d99cbf53b6
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue