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