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