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/test1082 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/data/test1082') diff --git a/tests/data/test1082 b/tests/data/test1082 index d58dd25cd..8e4078b2d 100644 --- a/tests/data/test1082 +++ b/tests/data/test1082 @@ -35,7 +35,7 @@ HTTP GET with localhost --interface http://%HOSTIP:%HTTPPORT/1082 --interface localhost -perl -e "print 'Test requires default test server host address' if ( '%CLIENTIP' ne '127.0.0.1' );" +perl -e "print 'Test requires default test client host address' if ( '%CLIENTIP' ne '127.0.0.1' );" -- cgit v1.2.3