aboutsummaryrefslogtreecommitdiff
path: root/tests/data/test1082
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2019-03-24 13:02:05 +0100
committerDan Fandrich <dan@coneharvesters.com>2019-03-24 13:02:05 +0100
commit48287c9c96c5e9f0dd5a23bda7c4b54789a60316 (patch)
treea26187d9b190bdecaa8415ecd050ceff07ba89bd /tests/data/test1082
parent7c46691178f37b8da8360ea1ef0d8bebb060abf4 (diff)
tests: Fix some incorrect precheck error messages.
[ci skip]
Diffstat (limited to 'tests/data/test1082')
-rw-r--r--tests/data/test10822
1 files changed, 1 insertions, 1 deletions
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
</command>
<precheck>
-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' );"
</precheck>
</client>