]> sjero.net Git - wget/blobdiff - tests/Test-Restrict-Uppercase.px
Don't use hardcoded ports.
[wget] / tests / Test-Restrict-Uppercase.px
index cefa172232bcecd4eb06a589f736c57edcd583cf..14fa81f4373296429e0cbc051abd2eaeb60877c2 100755 (executable)
@@ -32,7 +32,7 @@ my %urls = (
     },
 );
 
-my $cmdline = $WgetTest::WGETPATH . " --restrict-file-names=uppercase http://localhost:8080/SomePage.html";
+my $cmdline = $WgetTest::WGETPATH . " --restrict-file-names=uppercase http://localhost:{{port}}/SomePage.html";
 
 my $expected_error_code = 0;