diff options
Diffstat (limited to 'tests/Test-E-k-K.px')
-rwxr-xr-x | tests/Test-E-k-K.px | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/Test-E-k-K.px b/tests/Test-E-k-K.px index 211988b..aaae6fe 100755 --- a/tests/Test-E-k-K.px +++ b/tests/Test-E-k-K.px @@ -79,12 +79,10 @@ my %expected_downloaded_files = ( ############################################################################### -my $the_test = HTTPTest->new (name => "Test-E-k-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 - |