X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=tests%2FTest-c-partial.px;h=ddf1d4be19b96db31da0b6f318a797110b3d553b;hp=ee48cbf621ba2ee82becac724eb6c8ab2b4375f1;hb=6d88509ab55f54d9b76be4fcb7d2ac0da810b2bd;hpb=26df27352221bad3b8bcc539be55a2ad4221f9a7 diff --git a/tests/Test-c-partial.px b/tests/Test-c-partial.px index ee48cbf6..ddf1d4be 100755 --- a/tests/Test-c-partial.px +++ b/tests/Test-c-partial.px @@ -9,17 +9,22 @@ use HTTPTest; my $partiallydownloaded = < { @@ -44,7 +49,7 @@ my %existing_files = ( my %expected_downloaded_files = ( 'somefile.txt' => { - content => $wholefile, + content => $downloadedfile, }, );