]> sjero.net Git - wget/blobdiff - tests/Test-proxy-auth-basic.px
Don't use hardcoded ports.
[wget] / tests / Test-proxy-auth-basic.px
index 5566e22f1421d4d26666cdc899d835aa47200e16..e440a3927900b9c2c7ca14f17f3fb457548b64ce 100755 (executable)
@@ -25,7 +25,7 @@ my %urls = (
 );
 
 my $cmdline = $WgetTest::WGETPATH . " --debug --user=fiddle-dee-dee --password=Dodgson"
-    . " -e http_proxy=localhost:8080 http://no.such.domain/needs-auth.txt";
+    . " -e http_proxy=localhost:{{port}} http://no.such.domain/needs-auth.txt";
 
 my $expected_error_code = 0;