summaryrefslogtreecommitdiff
path: root/regress/sbin
diff options
context:
space:
mode:
authorHenning Brauer <henning@cvs.openbsd.org>2003-01-18 17:21:05 +0000
committerHenning Brauer <henning@cvs.openbsd.org>2003-01-18 17:21:05 +0000
commit72d98b52b16bcd6411c6d4baeb9db6aab2dfbaa3 (patch)
treeb82956db5e1719fa111a29f26049d97f165054b8 /regress/sbin
parent565cae0c2ddc937e7b85e6578acafff6b2793927 (diff)
adjust; err msgs changed
Diffstat (limited to 'regress/sbin')
-rw-r--r--regress/sbin/pfctl/pfr7.ok4
-rw-r--r--regress/sbin/pfctl/pfr8.ok2
2 files changed, 3 insertions, 3 deletions
diff --git a/regress/sbin/pfctl/pfr7.ok b/regress/sbin/pfctl/pfr7.ok
index c60ca0fe087..37507548a6b 100644
--- a/regress/sbin/pfctl/pfr7.ok
+++ b/regress/sbin/pfctl/pfr7.ok
@@ -1,9 +1,9 @@
# create
1 table added.
# fail add 1.2.3.4.5
-cannot resolve 1.2.3.4.5: no address associated with name
+no IP address found for 1.2.3.4.5
# fail add :80
-cannot resolve :80: no address associated with name
+no IP address found for :80
# kill
1 table deleted.
ktable: 1 allocated, 1 released, 0 leaked.
diff --git a/regress/sbin/pfctl/pfr8.ok b/regress/sbin/pfctl/pfr8.ok
index 6c4dff7d8c1..0a3f8c95b14 100644
--- a/regress/sbin/pfctl/pfr8.ok
+++ b/regress/sbin/pfctl/pfr8.ok
@@ -13,7 +13,7 @@ A 127.0.0.1
# pass add localhost
2/2 addresses added.
# fail add invalid$host
-cannot resolve invalid$host: no address associated with name
+no IP address found for invalid$host
# kill
1 table deleted.
ktable: 6 allocated, 6 released, 0 leaked.