]> sjero.net Git - wget/blobdiff - tests/Test-O--no-content-disposition.px
Don't use hardcoded ports.
[wget] / tests / Test-O--no-content-disposition.px
index 47cab0717586c58d7dc19a9b40ab33576899bba6..592f0fec2303c72ae1c778a8a8d49502b3c7c381 100755 (executable)
@@ -24,7 +24,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;