X-Git-Url: http://sjero.net/git/?a=blobdiff_plain;f=tests%2FTest-c-partial.px;h=022342423e81f3ebe68bd43efefa28f8d2309b06;hb=f0438edcf2e34169fb0792119ac9ce10ae35a564;hp=ee48cbf621ba2ee82becac724eb6c8ab2b4375f1;hpb=829f83bf5bce33e856971b55a8e00c3560da7b4b;p=wget diff --git a/tests/Test-c-partial.px b/tests/Test-c-partial.px index ee48cbf6..02234242 100755 --- a/tests/Test-c-partial.px +++ b/tests/Test-c-partial.px @@ -9,17 +9,22 @@ use HTTPTest; my $partiallydownloaded = < { @@ -32,7 +37,7 @@ my %urls = ( }, ); -my $cmdline = $WgetTest::WGETPATH . " -c http://localhost:8080/somefile.txt"; +my $cmdline = $WgetTest::WGETPATH . " -c http://localhost:{{port}}/somefile.txt"; my $expected_error_code = 0; @@ -44,7 +49,7 @@ my %existing_files = ( my %expected_downloaded_files = ( 'somefile.txt' => { - content => $wholefile, + content => $downloadedfile, }, );