From 48287c9c96c5e9f0dd5a23bda7c4b54789a60316 Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Sun, 24 Mar 2019 13:02:05 +0100 Subject: tests: Fix some incorrect precheck error messages. [ci skip] --- tests/data/test1048 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/data/test1048') 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 # --interface doesn't accept an address surrounded by [] so %CLIENT6IP is out -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]' );" -- cgit v1.2.3