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