]> sjero.net Git - wget/blobdiff - tests/Test-N--no-content-disposition-trivial.px
Don't use hardcoded ports.
[wget] / tests / Test-N--no-content-disposition-trivial.px
index 390d369b0c3539f85ab93cb21929a70a5fbf200c..c58f451aa8036b0e99f7c0a725ca531b3b5d9f62 100755 (executable)
@@ -24,7 +24,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;