remove manual fiddling with MALLOC_OPTIONS from libc regress tests
authorjasper <jasper@openbsd.org>
Wed, 1 Sep 2021 09:26:32 +0000 (09:26 +0000)
committerjasper <jasper@openbsd.org>
Wed, 1 Sep 2021 09:26:32 +0000 (09:26 +0000)
commitc13ff7ac6c9d7ada6c41f3c3e389cb815654d94e
treeb40e3bb2a2cdcfab15af42ab694da11ecb218491
parentd01aa7cab11f48775ca58326f7bd4c5158411b86
remove manual fiddling with MALLOC_OPTIONS from libc regress tests

these options should be set globally (sysctl) when running regress as opposed to having
individual tests set it, barring a few specific exceptions.

ok bluhm@
regress/lib/libc/env/envtest.c
regress/lib/libc/strchr/strchrtest.c
regress/lib/libc/strlcat/strlcattest.c
regress/lib/libc/strlcpy/strlcpytest.c
regress/lib/libc/strnlen/strnlentest.c