Commit 7b67836a13b575fec9428df184e73d0ff15d9643

Stefan Sperling 2019-05-10T18:45:27

run tests with MALLOC_OPTIONS=S

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/regress/cmdline/common.sh b/regress/cmdline/common.sh
index 0605ccf..a6e70b9 100644
--- a/regress/cmdline/common.sh
+++ b/regress/cmdline/common.sh
@@ -17,6 +17,8 @@
 name=$(getent passwd $USER | cut -d: -f5)
 export GOT_AUTHOR="$name <$(whoami)@$(hostname)>"
 
+export MALLOC_OPTIONS=S
+
 function git_init
 {
 	git init -q "$@"