From fdfc9a085752b4fc0c86e092df61e3b2b528252b Mon Sep 17 00:00:00 2001 From: Joel Rosdahl Date: Mon, 17 Nov 2014 19:46:46 +0100 Subject: [PATCH] Don't populate configuration from environment when running tests --- ccache.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2