diff --git a/tests/p_squid/squid_test.sh b/tests/p_squid/squid_test.sh index d2b51bf..529b939 100755 --- a/tests/p_squid/squid_test.sh +++ b/tests/p_squid/squid_test.sh @@ -3,6 +3,6 @@ t_Log "Running $0 - Squid test." -squidclient -T 2 http://repo.centos.qa/qa | grep "ks_cfg" >/dev/null 2>&1 +squidclient -T 2 http://repo.centos.qa/qa/ | grep "ks_cfg" >/dev/null 2>&1 t_CheckExitStatus $?