Adjust this test contents from path keytype to url keytype to match the name of
authorandre <andre@openbsd.org>
Thu, 8 May 2014 15:55:32 +0000 (15:55 +0000)
committerandre <andre@openbsd.org>
Thu, 8 May 2014 15:55:32 +0000 (15:55 +0000)
the test file.

ok reyk

regress/usr.sbin/relayd/args-http-filter-url-file.in
regress/usr.sbin/relayd/args-http-filter-url-file.pl

index a048563..1526681 100644 (file)
@@ -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 => {