From: Daniel Stenberg Date: Wed, 5 May 2004 06:11:13 +0000 (+0000) Subject: added a third URL to the torture testing, this one also hangs at some point X-Git-Tag: curl-7_12_0~209 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=69f4dda74a905d183daaad5837e8c21c5a205bef;p=thirdparty%2Fcurl.git added a third URL to the torture testing, this one also hangs at some point for a reason I don't know --- diff --git a/tests/runtests.pl b/tests/runtests.pl index 1d8a0f37a4..bd5de00073 100755 --- a/tests/runtests.pl +++ b/tests/runtests.pl @@ -160,7 +160,8 @@ sub torture { my $c; my @test=('http://%HOSTIP:%HOSTPORT/1', - 'ftp://%HOSTIP:%FTPPORT/'); + 'ftp://%HOSTIP:%FTPPORT/1', + 'http://%HOSTIP:%HOSTPORT/3 -d "poo"'); # loop over the different tests commands for(@test) {