From 00ef3fe0c1cb472037a29a3c9129e2eb13dd5cf2 Mon Sep 17 00:00:00 2001 From: Joel Rosdahl Date: Thu, 28 Jul 2016 22:43:56 +0200 Subject: [PATCH] test: Remove left-over cleanup code --- test.sh | 4 ---- 1 file changed, 4 deletions(-) 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 -- 2.47.2