]> sjero.net Git - wget/blobdiff - tests/Test-c-partial.px
Don't use hardcoded ports.
[wget] / tests / Test-c-partial.px
index ddf1d4be19b96db31da0b6f318a797110b3d553b..022342423e81f3ebe68bd43efefa28f8d2309b06 100755 (executable)
@@ -37,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;