]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
test: Remove left-over cleanup code
authorJoel Rosdahl <joel@rosdahl.net>
Thu, 28 Jul 2016 20:43:56 +0000 (22:43 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Thu, 28 Jul 2016 20:43:56 +0000 (22:43 +0200)
test.sh

diff --git a/test.sh b/test.sh
index aa83cdaaa7067539f7db936e2dde6057deed228e..c24335beafd920faae03260c21536ad45d8713be 100755 (executable)
--- 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