X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=tests%2FTest-c-partial.px;h=28030cbcac5e2f77abcaf353e3a8247adba7cdff;hp=57095472e9b57d90382053287fb7bba0f07031a8;hb=4a08094db88011153adadbf995103770b20d2a31;hpb=73ff253e371f58dde04ce30f04c59f2000a1b7e5 diff --git a/tests/Test-c-partial.px b/tests/Test-c-partial.px index 57095472..28030cbc 100755 --- a/tests/Test-c-partial.px +++ b/tests/Test-c-partial.px @@ -57,9 +57,9 @@ my %expected_downloaded_files = ( ############################################################################### my $the_test = HTTPTest->new (name => "Test-c-partial", - 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();