From 97873c63b76caacc81997215f7e0f4f855a7bc07 Mon Sep 17 00:00:00 2001 From: Fabian Arrotin Date: Aug 30 2011 12:12:18 +0000 Subject: Fixed a missing / in the URL to fetch for the squid test --- 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 $?