X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=tests%2Ftest-malloca.c;h=92c86f206c2f97db8dd08e2544032b0fe2a9b03d;hb=4d0c5cc2198e6e0680d403cd4048cdc0d78cff26;hp=0dce83aa667e4fea875aa8043e21afd169a78c2e;hpb=d60f3b0c6b0f93a601acd1cfd3923f94ca05abb0;p=gnulib.git diff --git a/tests/test-malloca.c b/tests/test-malloca.c index 0dce83aa6..92c86f206 100644 --- a/tests/test-malloca.c +++ b/tests/test-malloca.c @@ -37,6 +37,9 @@ main () { int i; + /* This slows down malloc a lot. */ + unsetenv ("MALLOC_PERTURB_"); + /* Repeat a lot of times, to make sure there's no memory leak. */ for (i = 0; i < 50000; i++) {