]> sjero.net Git - wget/blobdiff - tests/Test-N-current.px
Don't use hardcoded ports.
[wget] / tests / Test-N-current.px
index 16086ae8a8e62bde6a046bec5dccef05c4bd765a..b8e05a9475b407020b4666e2d93873a9a7c12e4f 100755 (executable)
@@ -33,7 +33,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;