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