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/test1083 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/data/test1083') diff --git a/tests/data/test1083 b/tests/data/test1083 index e441278da..1b1db0539 100644 --- a/tests/data/test1083 +++ b/tests/data/test1083 @@ -39,7 +39,7 @@ HTTP-IPv6 GET with ip6-localhost --interface -g "http://%HOST6IP:%HTTP6PORT/1083" --interface ip6-localhost -perl -e "if ('%CLIENT6IP' ne '[::1]') {print 'Test requires default test server host address';} else {exec './server/resolve --ipv6 ip6-localhost'; print 'Cannot run precheck resolve';}" +perl -e "if ('%CLIENT6IP' ne '[::1]') {print 'Test requires default test client host address';} else {exec './server/resolve --ipv6 ip6-localhost'; print 'Cannot run precheck resolve';}" -- cgit v1.2.3