From: Joel Rosdahl Date: Mon, 17 Nov 2014 18:46:46 +0000 (+0100) Subject: Don't populate configuration from environment when running tests X-Git-Tag: v3.2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fdfc9a085752b4fc0c86e092df61e3b2b528252b;p=thirdparty%2Fccache.git Don't populate configuration from environment when running tests --- diff --git a/ccache.c b/ccache.c index 3b73c648c..f3a6a0383 100644 --- a/ccache.c +++ b/ccache.c @@ -2528,7 +2528,7 @@ cc_reset(void) free(stats_file); stats_file = NULL; output_is_precompiled_header = false; - initialize(); + conf = conf_create(); } /* Make a copy of stderr that will not be cached, so things like