X-Git-Url: http://sjero.net/git/?a=blobdiff_plain;f=tests%2FTest-N-HTTP-Content-Disposition.px;h=937868b429b9be49757af8927a3d6f4b086890b4;hb=05fccaeed255e4976314c33a5a94f9438d53f666;hp=d33155e46d25a9e39112f1ab09f792456e7a6dbe;hpb=1777835073cad695bce04848aa6f33e9686e7fc1;p=wget diff --git a/tests/Test-N-HTTP-Content-Disposition.px b/tests/Test-N-HTTP-Content-Disposition.px index d33155e4..937868b4 100755 --- a/tests/Test-N-HTTP-Content-Disposition.px +++ b/tests/Test-N-HTTP-Content-Disposition.px @@ -41,9 +41,9 @@ my %expected_downloaded_files = ( ############################################################################### my $the_test = HTTPTest->new (name => "Test-N-HTTP-Content-Disposition", - input => \%urls, - cmdline => $cmdline, - errcode => $expected_error_code, + input => \%urls, + cmdline => $cmdline, + errcode => $expected_error_code, output => \%expected_downloaded_files); exit $the_test->run();