summaryrefslogtreecommitdiff
path: root/tests/has_ip_network.pp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/has_ip_network.pp')
-rw-r--r--tests/has_ip_network.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/has_ip_network.pp b/tests/has_ip_network.pp
index 036d649..a15d8c0 100644
--- a/tests/has_ip_network.pp
+++ b/tests/has_ip_network.pp
@@ -1,4 +1,4 @@
include stdlib
-info("has_ip_network('127.0.0.0'):", has_ip_network('127.0.0.0'))
-info("has_ip_network('128.0.0.0'):", has_ip_network('128.0.0.0'))
+info('has_ip_network(\'127.0.0.0\'):', has_ip_network('127.0.0.0'))
+info('has_ip_network(\'128.0.0.0\'):', has_ip_network('128.0.0.0'))