]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
added a third URL to the torture testing, this one also hangs at some point
authorDaniel Stenberg <daniel@haxx.se>
Wed, 5 May 2004 06:11:13 +0000 (06:11 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 5 May 2004 06:11:13 +0000 (06:11 +0000)
for a reason I don't know

tests/runtests.pl

index 1d8a0f37a405e99c9dd08882d6d7ac05a0bdac62..bd5de0007369dbff71e5941ac16c1953d5bc7ace 100755 (executable)
@@ -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) {