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