unset CCACHE_TEMPDIR
unset CCACHE_UMASK
unset CCACHE_UNIFY
+unset GCC_COLORS
# Many tests backdate files, which updates their ctimes. In those tests, we
# must ignore ctimes. Might as well do so everywhere.
/*
- * Copyright (C) 2010-2012 Joel Rosdahl
+ * Copyright (C) 2010-2014 Joel Rosdahl
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the Free
#include "ccache.h"
#include "test/framework.h"
+#include "util.h"
#if defined(HAVE_TERMIOS_H)
#define USE_COLOR
suite_fn *suite;
int tty = is_tty(1);
+ x_unsetenv("GCC_COLORS"); /* Avoid confusing argument processing tests. */
verbose = verbose_output;
for (suite = suites; *suite; suite++) {