From 76187a084bf2379a1577bf306b6742a447271a3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A1draig=20Brady?= Date: Fri, 21 Jan 2011 08:47:51 +0000 Subject: 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. --- modules/malloca-tests | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/malloca-tests') diff --git a/modules/malloca-tests b/modules/malloca-tests index c473b35bfb..57cd1bce23 100644 --- a/modules/malloca-tests +++ b/modules/malloca-tests @@ -2,6 +2,7 @@ Files: tests/test-malloca.c Depends-on: +unsetenv configure.ac: -- cgit v1.2.1