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/test1046 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/data/test1046') diff --git a/tests/data/test1046 b/tests/data/test1046 index bc4e5c293..e86e1329c 100644 --- a/tests/data/test1046 +++ b/tests/data/test1046 @@ -40,7 +40,7 @@ HTTP-IPv6 GET with numeric 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