summaryrefslogtreecommitdiff
path: root/regress/usr.sbin
diff options
context:
space:
mode:
authorAndre de Oliveira <andre@cvs.openbsd.org>2014-05-08 15:55:33 +0000
committerAndre de Oliveira <andre@cvs.openbsd.org>2014-05-08 15:55:33 +0000
commit46a896dcea8ee4c2794ad07a35bf1977118754cf (patch)
tree7f9a62dc3fae4df16673dabfe1312b6851cd7d27 /regress/usr.sbin
parent804ec27e78c84545ed7478564b9eb79fd3361e68 (diff)
Adjust this test contents from path keytype to url keytype to match the name of
the test file. ok reyk
Diffstat (limited to 'regress/usr.sbin')
-rw-r--r--regress/usr.sbin/relayd/args-http-filter-url-file.in4
-rw-r--r--regress/usr.sbin/relayd/args-http-filter-url-file.pl4
2 files changed, 4 insertions, 4 deletions
diff --git a/regress/usr.sbin/relayd/args-http-filter-url-file.in b/regress/usr.sbin/relayd/args-http-filter-url-file.in
index 20fd8269428..11aae001868 100644
--- a/regress/usr.sbin/relayd/args-http-filter-url-file.in
+++ b/regress/usr.sbin/relayd/args-http-filter-url-file.in
@@ -1,2 +1,2 @@
-/3
-/0
+foo.bar/3
+foo.bar/0
diff --git a/regress/usr.sbin/relayd/args-http-filter-url-file.pl b/regress/usr.sbin/relayd/args-http-filter-url-file.pl
index a048563a1ad..15266811138 100644
--- a/regress/usr.sbin/relayd/args-http-filter-url-file.pl
+++ b/regress/usr.sbin/relayd/args-http-filter-url-file.pl
@@ -12,12 +12,12 @@ our %args = (
protocol => [ "http",
'return error',
'label test_reject_label',
- 'path filter file args-http-filter-url-file.in log',
+ 'url filter file args-http-filter-url-file.in log',
'no label',
],
loggrep => {
qr/rejecting request/ => 1,
- qr/\[test_reject_label\, \/0\:/ => 1
+ qr/\[test_reject_label\, foo\.bar\/0\:/ => 1
},
},
server => {