X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=tests%2FTest-auth-with-content-disposition.px;h=96755ad19b3e60dacb17859e37df45448e0b5b14;hp=a8849d8d2448cd90c415798a2981c57bd883c866;hb=320cfdcb658e8d6556ae9dfd902c2db1db866a6b;hpb=f3203b86265a2498b08d0a9bd5e77c413484df28 diff --git a/tests/Test-auth-with-content-disposition.px b/tests/Test-auth-with-content-disposition.px index a8849d8d..96755ad1 100755 --- a/tests/Test-auth-with-content-disposition.px +++ b/tests/Test-auth-with-content-disposition.px @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl use strict; use warnings; @@ -40,9 +40,9 @@ my %expected_downloaded_files = ( ############################################################################### my $the_test = HTTPTest->new (name => "Test-auth-with-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();