]> sjero.net Git - wget/blobdiff - tests/Test-N.px
Don't use hardcoded ports.
[wget] / tests / Test-N.px
index 610698751ced01378cb12eddce0a8c391dd6e31c..2e235e08a9d9c5dff55429b8a87392bd964a2fa2 100755 (executable)
@@ -24,7 +24,7 @@ my %urls = (
     },
 );
 
-my $cmdline = $WgetTest::WGETPATH . " -N http://localhost:8080/dummy.txt";
+my $cmdline = $WgetTest::WGETPATH . " -N http://localhost:{{port}}/dummy.txt";
 
 my $expected_error_code = 0;