]> sjero.net Git - wget/blobdiff - tests/Test-ftp.px
Don't use hardcoded ports.
[wget] / tests / Test-ftp.px
index 5925e38b4f5fafac65e96e9e83add4d1629ca7ca..8cef5a55f8f9ca26c91a06dbdba787484cbe7a76 100755 (executable)
@@ -21,7 +21,7 @@ my %urls = (
     },
 );
 
-my $cmdline = $WgetTest::WGETPATH . " -S ftp://localhost:8021/afile.txt";
+my $cmdline = $WgetTest::WGETPATH . " -S ftp://localhost:{{port}}/afile.txt";
 
 my $expected_error_code = 0;