]> sjero.net Git - wget/blobdiff - tests/Test--no-content-disposition.px
Don't use hardcoded ports.
[wget] / tests / Test--no-content-disposition.px
index d5433f0009c3680b3a37b52fa1ee74a1ee716c17..4975913b63229e6ef398aa960a8897f56b6d9299 100755 (executable)
@@ -33,7 +33,7 @@ my %urls = (
     },
 );
 
-my $cmdline = $WgetTest::WGETPATH . " --no-content-disposition http://localhost:8080/dummy.html";
+my $cmdline = $WgetTest::WGETPATH . " --no-content-disposition http://localhost:{{port}}/dummy.html";
 
 my $expected_error_code = 0;