diff options
Diffstat (limited to 'test/unit/zero_realloc_alloc.sh')
-rw-r--r-- | test/unit/zero_realloc_alloc.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/unit/zero_realloc_alloc.sh b/test/unit/zero_realloc_alloc.sh new file mode 100644 index 00000000..802687cf --- /dev/null +++ b/test/unit/zero_realloc_alloc.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +export MALLOC_CONF="zero_realloc:alloc" |