Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F143093539
D50910.id157197.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
816 B
Referenced Files
None
Subscribers
None
D50910.id157197.diff
View Options
diff --git a/bin/sh/tests/execution/func1.0 b/bin/sh/tests/execution/func1.0
--- a/bin/sh/tests/execution/func1.0
+++ b/bin/sh/tests/execution/func1.0
@@ -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'
diff --git a/tools/regression/bpf/bpf_filter/Makefile b/tools/regression/bpf/bpf_filter/Makefile
--- a/tools/regression/bpf/bpf_filter/Makefile
+++ b/tools/regression/bpf/bpf_filter/Makefile
@@ -63,7 +63,7 @@
.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
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Jan 26, 10:10 PM (15 h, 40 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28044991
Default Alt Text
D50910.id157197.diff (816 B)
Attached To
Mode
D50910: tests: Update for jemalloc's option parsing
Attached
Detach File
Event Timeline
Log In to Comment