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