]> sjero.net Git - wget/blobdiff - tests/Test-HTTP-Content-Disposition.px
Don't use hardcoded ports.
[wget] / tests / Test-HTTP-Content-Disposition.px
index 0f4b285b6190ec4a3779226d9250bfd36a3e81d5..3b6eb2c9aaf98e4d3e286e6ef2669aba967076e9 100755 (executable)
@@ -33,7 +33,7 @@ my %urls = (
     },
 );
 
-my $cmdline = $WgetTest::WGETPATH . " -e contentdisposition=on http://localhost:8080/dummy.html";
+my $cmdline = $WgetTest::WGETPATH . " -e contentdisposition=on http://localhost:{{port}}/dummy.html";
 
 my $expected_error_code = 0;