]> sjero.net Git - wget/blobdiff - tests/Test-HTTP-Content-Disposition-2.px
Don't use hardcoded ports.
[wget] / tests / Test-HTTP-Content-Disposition-2.px
index 03eb2beeebae2269a0870d616a3de866b5bf962b..46c16a179155bbd65eb6964222bf4b6a5694aab6 100755 (executable)
@@ -37,7 +37,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;