]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
config: Remove obsolete references to CCACHE_NOCOMPRESS
authorJoel Rosdahl <joel@rosdahl.net>
Sat, 16 Jul 2011 13:39:38 +0000 (15:39 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Sun, 17 Jul 2011 09:57:52 +0000 (11:57 +0200)
test.sh

diff --git a/test.sh b/test.sh
index 77d206dcf07c774b668085d7f8944987b5899798..4b4325e53b8c1bd38de3b29c9ec7d82d04515776 100755 (executable)
--- a/test.sh
+++ b/test.sh
@@ -509,11 +509,8 @@ hardlink_suite() {
     CCACHE_COMPILE="$CCACHE $COMPILER"
     CCACHE_HARDLINK=1
     export CCACHE_HARDLINK
-    CCACHE_NOCOMPRESS=1
-    export CCACHE_NOCOMPRESS
     base_tests
     unset CCACHE_HARDLINK
-    unset CCACHE_NOCOMPRESS
 }
 
 cpp2_suite() {