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:
Dan Fandrich
2008-07-29 01:05:28 +00:00
parent fe167b6ba2
commit 4ff37a4ed1
8 changed files with 76 additions and 20 deletions

View File

@@ -28,12 +28,8 @@ tftp
TFTP retrieve with localhost --interface
</name>
<command>
tftp://%HOSTIP:%TFTPPORT//1049 --trace-ascii log/traceit --interface 127.0.0.1
tftp://%HOSTIP:%TFTPPORT//1049 --trace-ascii log/traceit --interface %CLIENTIP
</command>
# When bound to localhost, one may connect only to a local test server
<precheck>
perl -e "print 'Test requires default test server host address' if ( '%HOSTIP' ne '127.0.0.1' );"
</precheck>
</client>
#