diff --git a/tests/atlocal.in b/tests/atlocal.in index e186fc555..388f79ed8 100644 --- a/tests/atlocal.in +++ b/tests/atlocal.in @@ -78,9 +78,12 @@ FreeBSD) [789].*) MALLOC_CONF=AJ ;; - *) + 1[01].*) MALLOC_CONF=abort:true,junk:true,redzone:true ;; + *) + MALLOC_CONF=abort:true,junk:true + ;; esac export MALLOC_CONF esac