From: Owen Mann Date: Sat, 20 Feb 2010 08:55:32 +0000 (+0100) Subject: Clear out env so "make test" always works X-Git-Tag: v3.0pre0~81 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a04bed3aebd3638108cfdab82dddca03538ac3a8;p=thirdparty%2Fccache.git Clear out env so "make test" always works Fix for bug #7161. --- diff --git a/test.sh b/test.sh index 40167fd7f..d3a5a4e21 100755 --- a/test.sh +++ b/test.sh @@ -30,7 +30,11 @@ if [ -z "$CCACHE" ]; then fi TESTDIR=testdir.$$ -unset CCACHE_DISABLE +unset CCACHE_BASEDIR CCACHE_CC CCACHE_CPP2 CCACHE_DIR CCACHE_DISABLE +unset CCACHE_EXTENSION CCACHE_HARDLINK CCACHE_HASHDIR CCACHE_HASH_COMPILER +unset CCACHE_LOGFILE CCACHE_NLEVELS CCACHE_NOCOMPRESS CCACHE_NODIRECT +unset CCACHE_NOHASH_SIZE_MTIME CCACHE_NOSTATS CCACHE_PATH CCACHE_PREFIX +unset CCACHE_READONLY CCACHE_RECACHE CCACHE_TEMPDIR CCACHE_UMASK CCACHE_UNIFY test_failed() { echo "SUITE: \"$testsuite\", TEST: \"$testname\" - $1"