From a069bd49a0ac065d69706f08156c42fc64a3cb14 Mon Sep 17 00:00:00 2001 From: Fabian Arrotin Date: Dec 15 2011 16:20:04 +0000 Subject: Fixed the search string for QA / wget test --- diff --git a/tests/p_wget/wget_test.sh b/tests/p_wget/wget_test.sh index fd66e96..b0bec69 100755 --- a/tests/p_wget/wget_test.sh +++ b/tests/p_wget/wget_test.sh @@ -11,7 +11,7 @@ if [ $SKIP_QA_HARNESS ]; then else HOST=repo.centos.qa # athmane: could you please insert something here that is returned from qa-host - CHECK_FOR="ks_cfg" + CHECK_FOR="CentOS" fi t_Log "Querying http://${HOST}"