summaryrefslogtreecommitdiffstats
path: root/test/unit/junk.sh
blob: e19c313e52356288920af1267efaac49b7174305 (plain)
1
2
3
4
5
#!/bin/sh

if [ "x${enable_fill}" = "x1" ] ; then
  export MALLOC_CONF="abort:false,zero:false,redzone:true,quarantine:0,junk:true"
fi