summaryrefslogtreecommitdiffstats
path: root/src/fluent-bit/lib/jemalloc-5.3.0/test/integration/cpp/infallible_new_true.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/fluent-bit/lib/jemalloc-5.3.0/test/integration/cpp/infallible_new_true.sh')
-rw-r--r--src/fluent-bit/lib/jemalloc-5.3.0/test/integration/cpp/infallible_new_true.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/fluent-bit/lib/jemalloc-5.3.0/test/integration/cpp/infallible_new_true.sh b/src/fluent-bit/lib/jemalloc-5.3.0/test/integration/cpp/infallible_new_true.sh
new file mode 100644
index 000000000..4a0ff542d
--- /dev/null
+++ b/src/fluent-bit/lib/jemalloc-5.3.0/test/integration/cpp/infallible_new_true.sh
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+XMALLOC_STR=""
+if [ "x${enable_xmalloc}" = "x1" ] ; then
+ XMALLOC_STR="xmalloc:false,"
+fi
+
+export MALLOC_CONF="${XMALLOC_STR}experimental_infallible_new:true"