Added test case 1050 to test --ftp-port with an IPv6 address.
Made --interface tests less restrictive on host address.
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user