diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2019-03-24 13:02:05 +0100 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2019-03-24 13:02:05 +0100 |
commit | 48287c9c96c5e9f0dd5a23bda7c4b54789a60316 (patch) | |
tree | a26187d9b190bdecaa8415ecd050ceff07ba89bd /tests/data/test1048 | |
parent | 7c46691178f37b8da8360ea1ef0d8bebb060abf4 (diff) |
tests: Fix some incorrect precheck error messages.
[ci skip]
Diffstat (limited to 'tests/data/test1048')
-rw-r--r-- | tests/data/test1048 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/data/test1048 b/tests/data/test1048 index f94ae58d1..5ed267b55 100644 --- a/tests/data/test1048 +++ b/tests/data/test1048 @@ -48,7 +48,7 @@ FTP-IPv6 dir list PASV with localhost --interface </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> |