X-Git-Url: http://sjero.net/git/?a=blobdiff_plain;f=tests%2FTest-c-full.px;h=1216984dd48a4a8334e7232b30c80aa89f9f246f;hb=4a08094db88011153adadbf995103770b20d2a31;hp=f277a023897f4818c6e8468a5cb52a401e7f32d7;hpb=f0f56db5cb517a44199b3c9819240c8b0a39b4cd;p=wget diff --git a/tests/Test-c-full.px b/tests/Test-c-full.px index f277a023..1216984d 100755 --- a/tests/Test-c-full.px +++ b/tests/Test-c-full.px @@ -1,6 +1,7 @@ -#!/usr/bin/perl -w +#!/usr/bin/perl use strict; +use warnings; use HTTPTest; @@ -46,9 +47,9 @@ my %expected_downloaded_files = ( ############################################################################### my $the_test = HTTPTest->new (name => "Test-c-full", - input => \%urls, - cmdline => $cmdline, - errcode => $expected_error_code, + input => \%urls, + cmdline => $cmdline, + errcode => $expected_error_code, existing => \%existing_files, output => \%expected_downloaded_files); exit $the_test->run();