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