Pádraig Brady wrote: > commit a00e384e1d7bbf0d4961b6f355307fd78b7536dd > Author: Pádraig Brady <[email protected]> > Date: Fri Jan 21 08:47:51 2011 +0000 > > test-malloca: unset MALLOC_PERTURB_ to speed up test > > * tests/test-malloca.c (main): Unset the environment variable > to greatly speed up the test. > * tests/init.sh: Don't say that MALLOC_PERTURB_ is cheap. > * modules/malloca-tests: Depend on unsetenv.
Very nice! That makes a huge difference. I'd simply skipped that test in a few projects, because it took so much longer than any other. Now I'll reenable it.
