]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Don't populate configuration from environment when running tests
authorJoel Rosdahl <joel@rosdahl.net>
Mon, 17 Nov 2014 18:46:46 +0000 (19:46 +0100)
committerJoel Rosdahl <joel@rosdahl.net>
Mon, 17 Nov 2014 18:47:39 +0000 (19:47 +0100)
ccache.c

index 3b73c648c4f9f90494ec4e25e35516c309a4af5c..f3a6a0383aeadf23886adfd2b8e44f68c6904a97 100644 (file)
--- 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