diff options
author | Andre de Oliveira <andre@cvs.openbsd.org> | 2014-05-08 15:55:33 +0000 |
---|---|---|
committer | Andre de Oliveira <andre@cvs.openbsd.org> | 2014-05-08 15:55:33 +0000 |
commit | 46a896dcea8ee4c2794ad07a35bf1977118754cf (patch) | |
tree | 7f9a62dc3fae4df16673dabfe1312b6851cd7d27 /regress/usr.sbin | |
parent | 804ec27e78c84545ed7478564b9eb79fd3361e68 (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.in | 4 | ||||
-rw-r--r-- | regress/usr.sbin/relayd/args-http-filter-url-file.pl | 4 |
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 => { |