diff options
author | Reyk Floeter <reyk@cvs.openbsd.org> | 2016-09-01 14:44:40 +0000 |
---|---|---|
committer | Reyk Floeter <reyk@cvs.openbsd.org> | 2016-09-01 14:44:40 +0000 |
commit | ddd24481f4f57b10829698508a474390983b7d04 (patch) | |
tree | 1e93491afa1224e40400d867253fe4c36a355e19 /regress/usr.sbin | |
parent | ef9ab97ca8beecc114af6639bebda437fcae108a (diff) |
Fix regress test, server returns 400 instead of 500 now
Diffstat (limited to 'regress/usr.sbin')
-rw-r--r-- | regress/usr.sbin/httpd/tests/args-get-slash.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/regress/usr.sbin/httpd/tests/args-get-slash.pl b/regress/usr.sbin/httpd/tests/args-get-slash.pl index 9406f4b1bb5..cd07569642b 100644 --- a/regress/usr.sbin/httpd/tests/args-get-slash.pl +++ b/regress/usr.sbin/httpd/tests/args-get-slash.pl @@ -11,7 +11,7 @@ our %args = ( }, httpd => { loggrep => { - qr/"GET \/" 500 0/ => 1, + qr/"GET \/" 400 0/ => 1, }, }, ); |