Adjusting basic-ssl test for rhel10
This commit is contained in:
parent
fbcaa750cb
commit
0dfd52f3e9
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ rlJournalStart
|
|||
rlRun -l "cat $log_server" 0 "cat logserver"
|
||||
rlRun -l "cat $log_client" 0 "cat logfile"
|
||||
|
||||
if rlIsFedora '>=35'; then
|
||||
if rlIsFedora '>=35' || rlIsRHELLike '>=10'; then
|
||||
succeeded_str="succeeded"
|
||||
else
|
||||
succeeded_str="successed"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue