From d0571930f0d37a53f3d4f5510854c28ac7ecacb0 Mon Sep 17 00:00:00 2001 From: Fabian Arrotin Date: Aug 21 2015 06:55:19 +0000 Subject: Fixed the url/string to check for wget test --- diff --git a/tests/p_wget/wget_test.sh b/tests/p_wget/wget_test.sh index 6826425..053731b 100755 --- a/tests/p_wget/wget_test.sh +++ b/tests/p_wget/wget_test.sh @@ -7,8 +7,8 @@ FILE=/var/tmp/index.html if [ $SKIP_QA_HARNESS -eq 1 ]; then - CHECK_FOR="The CentOS Project" - URL="http://www.centos.org/" + CHECK_FOR="CentOS on the Web" + URL="http://mirror.centos.org/" else CHECK_FOR="CentOS" URL="http://repo.centos.qa/srv/CentOS/"