Skip to content
Snippets Groups Projects
Commit 69f4dda7 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

added a third URL to the torture testing, this one also hangs at some point

for a reason I don't know
parent c19c3bd1
No related branches found
No related tags found
No related merge requests found
......@@ -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) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment