From 2789f9a857d66c4198ac9d692d2c90b8f69cd2d0 Mon Sep 17 00:00:00 2001 From: Fabian Arrotin Date: Dec 24 2019 12:46:55 +0000 Subject: Changed the string to search for mirror.c.o. Fixing #50 Signed-off-by: Fabian Arrotin --- 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"