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:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user