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