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