]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - Makeconfig
Fix BZ #18043 comment # 19: don't call undefined setenv(..., NULL, 1).
[thirdparty/glibc.git] / Makeconfig
index 509b5bd3df241f146d608b38c235a0c278beb5aa..4e336a4ed8537d759847a02312fdb123f7f02868 100644 (file)
@@ -611,6 +611,11 @@ endif
 ifndef test-wrapper-env
 test-wrapper-env = $(test-wrapper) env
 endif
+# Likewise, but the program's environment will be empty except for any
+# explicit <variable>=<value> assignments preceding the program name.
+ifndef test-wrapper-env-only
+test-wrapper-env-only = $(test-wrapper) env -i
+endif
 
 # Whether to run test programs built for the library's host system.
 ifndef run-built-tests