]> sjero.net Git - wget/blobdiff - tests/Test-c.px
Don't use hardcoded ports.
[wget] / tests / Test-c.px
index 58b45f722f7e6d56d905992a3ebb42f96a344d4e..8c61eb06e46d37041156af27e82c197202e64b58 100755 (executable)
@@ -27,7 +27,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;