]> sjero.net Git - wget/blobdiff - tests/Test-N-HTTP-Content-Disposition.px
Don't use hardcoded ports.
[wget] / tests / Test-N-HTTP-Content-Disposition.px
index 42aa39ad8c6f0ac2691b0de0ab9b3288c2df7c52..32f877105fbbcfdb15f51b0038a01c27a5d89285 100755 (executable)
@@ -26,7 +26,7 @@ my %urls = (
 );
 
 my $cmdline = $WgetTest::WGETPATH . " -N --content-disposition "
-              . "http://localhost:8080/dummy.txt";
+              . "http://localhost:{{port}}/dummy.txt";
 
 my $expected_error_code = 0;