xref: /openbsd-src/regress/usr.sbin/httpd/tests/args-default.pl (revision 53d930ae7da3a31808f2da05c6b9d7ff447edcd6)
1# test default values
2
3use strict;
4use warnings;
5
6our %args = (
7    len => 512,
8    md5 => path_md5("512")
9);
10
111;
12