]> git.saurik.com Git - apple/libc.git/blobdiff - tests/netbsd_getenv_thread.c
Libc-1244.1.7.tar.gz
[apple/libc.git] / tests / netbsd_getenv_thread.c
index bfab97bd8ebc33e7aedfa393204d13948e2eed4e..927bdffce918f5fb004a98fed34857a1e91d7fa8 100644 (file)
@@ -147,7 +147,8 @@ T_DECL(setenv_thread, "Test concurrent access by setenv(3)")
        T_PASS("setenv_thread() completed successfully");
 }
 
-T_DECL(unsetenv_thread, "Test unsetenv(3) with threads")
+T_DECL(unsetenv_thread, "Test unsetenv(3) with threads",
+               T_META_ENVVAR("MallocStackLogging=lite"))
 {
        pthread_t threads[THREADED_NUM_THREADS];
        time_t endtime = time(NULL) + THREADED_RUN_TIME;