From 69f4dda74a905d183daaad5837e8c21c5a205bef Mon Sep 17 00:00:00 2001
From: Daniel Stenberg <daniel@haxx.se>
Date: Wed, 5 May 2004 06:11:13 +0000
Subject: [PATCH] added a third URL to the torture testing, this one also hangs
 at some point for a reason I don't know

---
 tests/runtests.pl | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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) {
-- 
GitLab