]> sjero.net Git - wget/blobdiff - tests/Test-proxied-https-auth.px
Don't use hardcoded ports.
[wget] / tests / Test-proxied-https-auth.px
index b1de60b963f48295daaf3b9dc6abe3eea724d5f7..b732d553bab3f626a5d5e0e4260bfa88d21340e6 100755 (executable)
@@ -91,7 +91,7 @@ my $pid = &fork_server;
 
 sleep 1;
 my $cmdline = $WgetTest::WGETPATH . " --user=fiddle-dee-dee"
-    . " --password=Dodgson -e https_proxy=localhost:8080"
+    . " --password=Dodgson -e https_proxy=localhost:{{port}}"
     . " --no-check-certificate"
     . " https://no.such.domain/needs-auth.txt";