tests: Update for jemalloc's option parsing

MALLOC_OPTIONS=J -> MALLOC_CONF=junk:true

PR:		287357
Reviewed by:	markj
Event:		Kitchener-Waterloo Hackathon 202506
Sponsored by:	The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D50910
This commit is contained in:
Ed Maste
2025-06-17 11:33:33 -04:00
parent 1396e87a37
commit 4f33d07300
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -1,3 +1,3 @@
MALLOC_OPTIONS=J ${SH} -c 'g() { g() { :; }; :; }; g' &&
MALLOC_OPTIONS=J ${SH} -c 'g() { unset -f g; :; }; g'
MALLOC_CONF=junk:true ${SH} -c 'g() { g() { :; }; :; }; g' &&
MALLOC_CONF=junk:true ${SH} -c 'g() { unset -f g; :; }; g'
+1 -1
View File
@@ -63,7 +63,7 @@ all: ${TEST_CASES}
.if defined(BPF_BENCHMARK)
@-time ${.CURDIR}/${TEST}
.else
@-env MALLOC_OPTIONS=J ${.CURDIR}/${TEST}
@-env MALLOC_CONF=junk:true ${.CURDIR}/${TEST}
.endif
@rm -f ${.CURDIR}/${TEST}
.endfor