From efb7568007268424e445c09edf47f922e4ac1f61 Mon Sep 17 00:00:00 2001 From: Fabian Arrotin Date: Aug 20 2015 05:28:40 +0000 Subject: Modified the lynx test as it doesn't follow redirect, so testing another plain http site --- diff --git a/tests/p_lynx/lynx_dump_page_test.sh b/tests/p_lynx/lynx_dump_page_test.sh index 10603e1..ab72c07 100755 --- a/tests/p_lynx/lynx_dump_page_test.sh +++ b/tests/p_lynx/lynx_dump_page_test.sh @@ -4,8 +4,8 @@ t_Log "Running $0 - check that lynx can dump remote page." if [ "$SKIP_QA_HARNESS" = "1" ] ; then - URL="http://www.centos.org/" - CHECK_FOR="The CentOS Project" + URL="http://mirror.centos.org/" + CHECK_FOR="CentOS on the Web" else URL="http://repo.centos.qa/qa/" CHECK_FOR="ks_cfg"