diff --git a/tests/p_wget/wget_test.sh b/tests/p_wget/wget_test.sh index cb1344a..364c479 100755 --- a/tests/p_wget/wget_test.sh +++ b/tests/p_wget/wget_test.sh @@ -5,13 +5,12 @@ t_Log "Running $0 - wget can access http-host and download index.html." FILE=/var/tmp/index.html +CHECK_FOR="CentOS" + if [ $SKIP_QA_HARNESS ]; then URL="http://wiki.centos.org/" - CHECK_FOR="FrontPage - CentOS Wiki" else URL="http://repo.centos.qa/srv/CentOS/" - # athmane: could you please insert something here that is returned from qa-host - CHECK_FOR="CentOS" fi t_Log "Querying http://${HOST}"