aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-05-05 06:11:13 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-05-05 06:11:13 +0000
commit69f4dda74a905d183daaad5837e8c21c5a205bef (patch)
tree090966813b6625597b7be9c6d35a51e321619d71
parentc19c3bd15a639e60679e88d3be1bc5b6e2d0438a (diff)
added a third URL to the torture testing, this one also hangs at some point
for a reason I don't know
-rwxr-xr-xtests/runtests.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/runtests.pl b/tests/runtests.pl
index 1d8a0f37a..bd5de0007 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) {