From: Daniel Stenberg Date: Wed, 23 Jul 2003 17:28:36 +0000 (+0000) Subject: the test compared numericly if though it could contain a string, and I X-Git-Tag: curl-7_10_6~12 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=297b1b5013760e5e732c9229bc31d062413219d0;p=curl the test compared numericly if though it could contain a string, and I lowered the number of retries to 10 --- diff --git a/testcurl.sh b/testcurl.sh index c27f0e316..c3f5e8f80 100755 --- a/testcurl.sh +++ b/testcurl.sh @@ -123,8 +123,8 @@ att="0" while cvsup; do att=`expr $att + 1` echo "testcurl: failed CVS update attempt number $att." - if [ $att -gt 50 ]; then - cvsstat="BADNESS" + if [ $att -gt 10 ]; then + cvsstat="111" break # get out of the loop fi sleep 5