inet4-only needed, ipv6 does not work on redhat.com

This commit is contained in:
Michal Ruprich 2023-07-31 16:21:33 +02:00
commit 90d1cd58ff
3 changed files with 4 additions and 4 deletions

View file

@ -72,7 +72,7 @@ rlJournalStart
rlPhaseStartTest "Test redhat.com page"
rlRun "mkdir redhat"
rlRun "pushd redhat"
rlRun "wget -O index.html https://www.redhat.com/"
rlRun "wget --inet4-only -O index.html https://www.redhat.com/"
rlAssertExists "index.html"
rlAssertGrep '</html>' 'index.html' -i
rlRun "popd"