diff --git a/tests/p_lynx/lynx_dump_page_test.sh b/tests/p_lynx/lynx_dump_page_test.sh index 61832db..ade5dad 100755 --- a/tests/p_lynx/lynx_dump_page_test.sh +++ b/tests/p_lynx/lynx_dump_page_test.sh @@ -11,7 +11,7 @@ fi if [ "$SKIP_QA_HARNESS" = "1" ] ; then URL="http://mirror.centos.org/" - CHECK_FOR="CentOS on the Web" + CHECK_FOR="timestamp" else URL="http://repo.centos.qa/qa/" CHECK_FOR="ks_cfg" diff --git a/tests/p_squid/squid_test.sh b/tests/p_squid/squid_test.sh index c6a21d4..ba81826 100755 --- a/tests/p_squid/squid_test.sh +++ b/tests/p_squid/squid_test.sh @@ -5,7 +5,7 @@ t_Log "Running $0 - Squid test." if [ $SKIP_QA_HARNESS -eq 1 ]; then URL="http://mirror.centos.org/" - CHECK_FOR="CentOS on the Web" + CHECK_FOR="timestamp" else URL="http://repo.centos.qa/qa/" CHECK_FOR="ks_cfg" diff --git a/tests/p_wget/wget_test.sh b/tests/p_wget/wget_test.sh index 053731b..aab40bd 100755 --- a/tests/p_wget/wget_test.sh +++ b/tests/p_wget/wget_test.sh @@ -7,7 +7,7 @@ FILE=/var/tmp/index.html if [ $SKIP_QA_HARNESS -eq 1 ]; then - CHECK_FOR="CentOS on the Web" + CHECK_FOR="timestamp" URL="http://mirror.centos.org/" else CHECK_FOR="CentOS"