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