This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH] test-in-container: Do not set GCONV_PATH, LOCPATH
- From: DJ Delorie <dj at redhat dot com>
- To: Florian Weimer <fweimer at redhat dot com>
- Cc: libc-alpha at sourceware dot org
- Date: Tue, 21 May 2019 08:49:08 -0400
- Subject: Re: [PATCH] test-in-container: Do not set GCONV_PATH, LOCPATH
Florian Weimer <fweimer@redhat.com> writes:
> Should we perhaps start with an environment that contains just PATH, and
> add all the *-ENV variables (but not LOCPATH and GCONV_PATH)?
I hate to put in a "full clean environment" option because we don't know
what environment variables the user might have set intentionally for
running the testsuite (distcc, for example). But I see the benefit of
sanitizing the environment, both from the usual environment and from the
command line.