]> sjero.net Git - wget/blobdiff - tests/Test-noop.px
Don't use hardcoded ports.
[wget] / tests / Test-noop.px
index e45c8af375377da0715691b7b944aa8b4b10ce52..14bd851c0a79a21e0ee76c7f0640305db4bee295 100755 (executable)
@@ -33,7 +33,7 @@ my %urls = (
     },
 );
 
-my $cmdline = $WgetTest::WGETPATH . " http://localhost:8080/";
+my $cmdline = $WgetTest::WGETPATH . " http://localhost:{{port}}/";
 
 my $expected_error_code = 0;