summaryrefslogtreecommitdiff
path: root/regress/usr.sbin/relayd/args-http-hash.pl
diff options
context:
space:
mode:
Diffstat (limited to 'regress/usr.sbin/relayd/args-http-hash.pl')
-rw-r--r--regress/usr.sbin/relayd/args-http-hash.pl4
1 files changed, 1 insertions, 3 deletions
diff --git a/regress/usr.sbin/relayd/args-http-hash.pl b/regress/usr.sbin/relayd/args-http-hash.pl
index 08c070244f2..99b0d9d5232 100644
--- a/regress/usr.sbin/relayd/args-http-hash.pl
+++ b/regress/usr.sbin/relayd/args-http-hash.pl
@@ -5,8 +5,6 @@ our %args = (
client => {
func => \&http_client,
path => "query?foobar",
- len => 21,
- nocheck => 1,
},
relayd => {
table => 1,
@@ -22,8 +20,8 @@ our %args = (
},
server => {
func => \&http_server,
- nocheck => 1,
},
+ len => 13,
);
1;