From 4ff37a4ed164552d9c50077952616f3aaf16e794 Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Tue, 29 Jul 2008 01:05:28 +0000 Subject: Added test case 1050 to test --ftp-port with an IPv6 address. Made --interface tests less restrictive on host address. --- tests/data/test1048 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/data/test1048') 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 -g "ftp://%HOST6IP:%FTP6PORT/" --interface ::1 -# 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 -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]' );" -- cgit v1.2.3