diff options
Diffstat (limited to 'tests/data/test1048')
-rw-r--r-- | tests/data/test1048 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/data/test1048 b/tests/data/test1048 index 2262fe836..cba99ba75 100644 --- a/tests/data/test1048 +++ b/tests/data/test1048 @@ -44,9 +44,9 @@ FTP-IPv6 dir list PASV with localhost --interface <command> -g "ftp://%HOST6IP:%FTP6PORT/" --interface ::1 </command> -# When bound to localhost, one may connect only to a local test server +# --interface doesn't accept an address surrounded by [] so %CLIENT6IP is out <precheck> -perl -e "print 'Test requires default test server host address' if ( '%HOST6IP' ne '[::1]' );" +perl -e "print 'Test requires default test server host address' if ( '%CLIENT6IP' ne '[::1]' );" </precheck> </client> |