diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2008-07-29 01:05:28 +0000 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2008-07-29 01:05:28 +0000 |
commit | 4ff37a4ed164552d9c50077952616f3aaf16e794 (patch) | |
tree | 244a8993abcbea4a92c07e2f097b38d6f87b5f49 /tests/data/test1046 | |
parent | fe167b6ba253880b90179fca66ead6a8cdeab937 (diff) |
Added test case 1050 to test --ftp-port with an IPv6 address.
Made --interface tests less restrictive on host address.
Diffstat (limited to 'tests/data/test1046')
-rw-r--r-- | tests/data/test1046 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/data/test1046 b/tests/data/test1046 index 773d99967..59da6dce4 100644 --- a/tests/data/test1046 +++ b/tests/data/test1046 @@ -38,9 +38,9 @@ HTTP-IPv6 GET with localhost --interface <command> -g "http://%HOST6IP:%HTTP6PORT/1046" --interface ::1 </command> -# When bound to ip6-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> |