X-Git-Url: http://sjero.net/git/?a=blobdiff_plain;f=tests%2FTest-auth-no-challenge-url.px;h=dc8dc06248782b64faae73d6cd66984c97f17f5c;hb=4a08094db88011153adadbf995103770b20d2a31;hp=53f6245baa47d4103343199c40530869d52c758a;hpb=c60c7b9941da3756a0b46130dfa15ad31132dbfa;p=wget diff --git a/tests/Test-auth-no-challenge-url.px b/tests/Test-auth-no-challenge-url.px index 53f6245b..dc8dc062 100755 --- a/tests/Test-auth-no-challenge-url.px +++ b/tests/Test-auth-no-challenge-url.px @@ -1,6 +1,7 @@ -#!/usr/bin/perl -w +#!/usr/bin/perl use strict; +use warnings; use HTTPTest; @@ -39,9 +40,9 @@ my %expected_downloaded_files = ( ############################################################################### my $the_test = HTTPTest->new (name => "Test-auth-no-challenge-url", - input => \%urls, - cmdline => $cmdline, - errcode => $expected_error_code, + input => \%urls, + cmdline => $cmdline, + errcode => $expected_error_code, output => \%expected_downloaded_files); exit $the_test->run();