]> sjero.net Git - wget/blobdiff - tests/Test-N-no-info.px
Don't use hardcoded ports.
[wget] / tests / Test-N-no-info.px
index bd83f644dbd3218a961892fa24bceda9b39095ef..301a9101f077364d46af0bea835261eacd2c1915 100755 (executable)
@@ -32,7 +32,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;