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
@ -160,7 +160,8 @@ sub torture {
|
|||||||
my $c;
|
my $c;
|
||||||
|
|
||||||
my @test=('http://%HOSTIP:%HOSTPORT/1',
|
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
|
# loop over the different tests commands
|
||||||
for(@test) {
|
for(@test) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user