diff options
Diffstat (limited to 'tests/data/test1050')
-rw-r--r-- | tests/data/test1050 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/data/test1050 b/tests/data/test1050 index a0e5beab1..281936bfe 100644 --- a/tests/data/test1050 +++ b/tests/data/test1050 @@ -43,7 +43,7 @@ FTP-IPv6 dir list, EPRT with specified IP </command> # --interface doesn't accept an address surrounded by [] so %CLIENT6IP is out <precheck> -perl -e "print 'Test requires default test server host address' if ( '%CLIENT6IP' ne '[::1]' );" +perl -e "print 'Test requires default test client host address' if ( '%CLIENT6IP' ne '[::1]' );" </precheck> </client> |