commit 7b67836a13b575fec9428df184e73d0ff15d9643 from: Stefan Sperling date: Fri May 10 22:45:27 2019 UTC run tests with MALLOC_OPTIONS=S commit - 4229330be464eb3f99f05520e67edd1cb3cc1057 commit + 7b67836a13b575fec9428df184e73d0ff15d9643 blob - 0605ccf1393234f4429f6cf1184ad75e9eef7d17 blob + a6e70b9a5b2a6b484e22efff023550a2d2ceca8e --- regress/cmdline/common.sh +++ 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 "$@"