X-Git-Url: http://sjero.net/git/?a=blobdiff_plain;f=tests%2FTest-O-HTTP-Content-Disposition.px;h=23ae6872fb045ab25bee272594fbb149ab914bfc;hb=12218d353bb16f44a631a6d96fc4c882c70fd8eb;hp=e18880a7ff665994b160484819b66cd217d77c66;hpb=289ff1c86acbd60e09cb15d22df62b8e19942c3e;p=wget diff --git a/tests/Test-O-HTTP-Content-Disposition.px b/tests/Test-O-HTTP-Content-Disposition.px index e18880a7..23ae6872 100755 --- a/tests/Test-O-HTTP-Content-Disposition.px +++ b/tests/Test-O-HTTP-Content-Disposition.px @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl use strict; use warnings; @@ -38,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();