mirror of
https://github.com/curl/curl.git
synced 2026-07-26 01:27:15 +03:00
added a third URL to the torture testing, this one also hangs at some point
for a reason I don't know
This commit is contained in:
parent
c19c3bd15a
commit
69f4dda74a
1 changed files with 2 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue