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