diff options
Diffstat (limited to 'tests/Test-E-k.px')
-rwxr-xr-x | tests/Test-E-k.px | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/Test-E-k.px b/tests/Test-E-k.px index 99df5b4..dc1031b 100755 --- a/tests/Test-E-k.px +++ b/tests/Test-E-k.px @@ -76,12 +76,10 @@ my %expected_downloaded_files = ( ############################################################################### -my $the_test = HTTPTest->new (name => "Test-E-k", - input => \%urls, +my $the_test = HTTPTest->new (input => \%urls, cmdline => $cmdline, errcode => $expected_error_code, output => \%expected_downloaded_files); exit $the_test->run(); # vim: et ts=4 sw=4 - |