]> sjero.net Git - wget/blobdiff - tests/Test-N-smaller.px
Don't use hardcoded ports.
[wget] / tests / Test-N-smaller.px
index 9ad44c29c14f4f26951666d9bee3106af7263fb8..71e34d96136980298092d841e5660a8772faaf50 100755 (executable)
@@ -34,7 +34,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;