X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=tests%2FTest-ftp.px;h=8cef5a55f8f9ca26c91a06dbdba787484cbe7a76;hp=5925e38b4f5fafac65e96e9e83add4d1629ca7ca;hb=d3007f1b3a5d033babe40bc4c56a899eb3b10bfa;hpb=829f83bf5bce33e856971b55a8e00c3560da7b4b diff --git a/tests/Test-ftp.px b/tests/Test-ftp.px index 5925e38b..8cef5a55 100755 --- a/tests/Test-ftp.px +++ b/tests/Test-ftp.px @@ -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;