diff options
Diffstat (limited to 'tests/Test-N-current.px')
-rwxr-xr-x | tests/Test-N-current.px | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/Test-N-current.px b/tests/Test-N-current.px index fcf4d88..a8decdb 100755 --- a/tests/Test-N-current.px +++ b/tests/Test-N-current.px @@ -54,8 +54,7 @@ my %expected_downloaded_files = ( ############################################################################### -my $the_test = HTTPTest->new (name => "Test-N-current", - input => \%urls, +my $the_test = HTTPTest->new (input => \%urls, cmdline => $cmdline, errcode => $expected_error_code, existing => \%existing_files, @@ -63,4 +62,3 @@ my $the_test = HTTPTest->new (name => "Test-N-current", exit $the_test->run(); # vim: et ts=4 sw=4 - |