From: Joel Rosdahl Date: Thu, 28 Jul 2016 20:43:56 +0000 (+0200) Subject: test: Remove left-over cleanup code X-Git-Tag: v3.3~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=00ef3fe0c1cb472037a29a3c9129e2eb13dd5cf2;p=thirdparty%2Fccache.git test: Remove left-over cleanup code --- diff --git a/test.sh b/test.sh index aa83cdaaa..c24335bea 100755 --- a/test.sh +++ b/test.sh @@ -214,10 +214,6 @@ TEST() { DEFAULT_SLOPPINESS=include_file_ctime export CCACHE_SLOPPINESS="$DEFAULT_SLOPPINESS" - remove_cache - rm -f $CCACHE_CONFIGPATH - touch $CCACHE_CONFIGPATH - CCACHE_COMPILE="$CCACHE $COMPILER" if $VERBOSE; then