aboutsummaryrefslogtreecommitdiff
path: root/regress/tests/args-get-slash.pl
diff options
context:
space:
mode:
Diffstat (limited to 'regress/tests/args-get-slash.pl')
-rw-r--r--regress/tests/args-get-slash.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/tests/args-get-slash.pl b/regress/tests/args-get-slash.pl
index 9406f4b..e3e7a3b 100644
--- a/regress/tests/args-get-slash.pl
+++ b/regress/tests/args-get-slash.pl
@@ -7,11 +7,11 @@ our %args = (
my $self = shift;
print "GET /\r\n\r\n";
},
- nocheck => 1
+ nocheck => 1
},
httpd => {
loggrep => {
- qr/"GET \/" 500 0/ => 1,
+ qr/"GET \/" 400 0/ => 1,
},
},
);