From d0da7b1db471f3e84788c741010e7b1555039818 Mon Sep 17 00:00:00 2001 From: Christoph Galuschka Date: Aug 08 2012 20:45:40 +0000 Subject: changed lftp-test: removed double '//' --- diff --git a/tests/p_lftp/10_lftp_http_test.sh b/tests/p_lftp/10_lftp_http_test.sh index 40d7b0e..43b5158 100755 --- a/tests/p_lftp/10_lftp_http_test.sh +++ b/tests/p_lftp/10_lftp_http_test.sh @@ -7,10 +7,10 @@ t_Log "Running $0 - lftp: HTTP test" if [ $SKIP_QA_HARNESS ]; then CHECK_FOR="UTC" -URL="http://mirror.centos.org/centos//timestamp.txt" +URL="http://mirror.centos.org/centos/timestamp.txt" else CHECK_FOR="UTC" -URL="http://mirror.centos.org/centos//timestamp.txt" +URL="http://mirror.centos.org/centos/timestamp.txt" fi t_Log "Querying ${URL}"