X-Git-Url: http://sjero.net/git/?a=blobdiff_plain;f=tests%2FTest-O-HTTP-Content-Disposition.px;h=4f6e312a0e808252c40d541b9bb02d99520b5ad8;hb=4a08094db88011153adadbf995103770b20d2a31;hp=934f54aa968f3f81e2fbb6fca4a77b704cc1979b;hpb=1a33947ca02dbb568eda1eb0a020abe39e87d86d;p=wget diff --git a/tests/Test-O-HTTP-Content-Disposition.px b/tests/Test-O-HTTP-Content-Disposition.px index 934f54aa..4f6e312a 100755 --- a/tests/Test-O-HTTP-Content-Disposition.px +++ b/tests/Test-O-HTTP-Content-Disposition.px @@ -1,6 +1,7 @@ -#!/usr/bin/perl -w +#!/usr/bin/perl use strict; +use warnings; use HTTPTest; @@ -37,9 +38,9 @@ my %expected_downloaded_files = ( ############################################################################### my $the_test = HTTPTest->new (name => "Test-O-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();