]> sjero.net Git - wget/blobdiff - tests/Test-O-HTTP-Content-Disposition.px
Don't use hardcoded ports.
[wget] / tests / Test-O-HTTP-Content-Disposition.px
index b0a5aa4096abe79786e46a2d523313d932722402..934f54aa968f3f81e2fbb6fca4a77b704cc1979b 100755 (executable)
@@ -24,7 +24,7 @@ my %urls = (
     },
 );
 
-my $cmdline = $WgetTest::WGETPATH . " -O out http://localhost:8080/dummy.txt";
+my $cmdline = $WgetTest::WGETPATH . " -O out http://localhost:{{port}}/dummy.txt";
 
 my $expected_error_code = 0;