]> sjero.net Git - wget/blobdiff - tests/Test-nonexisting-quiet.px
Don't use hardcoded ports.
[wget] / tests / Test-nonexisting-quiet.px
index 45f24390450bff7b76f42b31d5934ef7fdd63995..2766b5c597e825a618ee210e54009bfaa3315563 100755 (executable)
@@ -23,7 +23,7 @@ my %urls = (
     },
 );
 
-my $cmdline = $WgetTest::WGETPATH . " --quiet http://localhost:8080/nonexistent";
+my $cmdline = $WgetTest::WGETPATH . " --quiet http://localhost:{{port}}/nonexistent";
 
 my $expected_error_code = 256;