X-Git-Url: http://sjero.net/git/?a=blobdiff_plain;f=tests%2FTest-c.px;h=3da87714fa3b4fbc96283ca0cccd6d943421dd70;hb=4a08094db88011153adadbf995103770b20d2a31;hp=8c61eb06e46d37041156af27e82c197202e64b58;hpb=2e2ac6ad2fc90eaf46ae5fee0bc4f61dd97b4284;p=wget diff --git a/tests/Test-c.px b/tests/Test-c.px index 8c61eb06..3da87714 100755 --- a/tests/Test-c.px +++ b/tests/Test-c.px @@ -1,6 +1,7 @@ -#!/usr/bin/perl -w +#!/usr/bin/perl use strict; +use warnings; use HTTPTest; @@ -43,9 +44,9 @@ my %expected_downloaded_files = ( ############################################################################### my $the_test = HTTPTest->new (name => "Test-c", - 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();