]> sjero.net Git - wget/blobdiff - tests/Test--no-content-disposition-trivial.px
Don't use hardcoded ports.
[wget] / tests / Test--no-content-disposition-trivial.px
index 1d64125a2d5359e31ff80b5a6d2f685afb80d9d5..6a5b1def49ae32fd7ce3f3ef8e75fa8ed8c553cf 100755 (executable)
@@ -32,7 +32,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;