diff --git a/src/test/gc.c b/src/test/gc.c index 69894a8a..5c034dfa 100644 --- a/src/test/gc.c +++ b/src/test/gc.c @@ -123,6 +123,8 @@ test_list () int main (int argc, char **argv, char **envp) { + setenv ("MES_ARENA", "100", 1); + setenv ("MES_MAX_ARENA", "100", 1); gc_init (); #if POINTER_CELLS cell_zero = g_cells;