]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
test: Remove symlink to ccache to avoid installcheck error
authorJoel Rosdahl <joel@rosdahl.net>
Mon, 9 Apr 2012 10:37:49 +0000 (12:37 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Mon, 9 Apr 2012 10:37:49 +0000 (12:37 +0200)
test.sh

diff --git a/test.sh b/test.sh
index ff9af36b3eefc4a4d4395fa2967b897792a3e18e..e632557d8493a300c28d2a35df0676c8437b04fe 100755 (executable)
--- a/test.sh
+++ b/test.sh
@@ -548,6 +548,7 @@ link_suite() {
         ln -s ../ccache $COMPILER
         CCACHE_COMPILE="./$COMPILER"
         base_tests
+        rm -f $COMPILER
     else
         echo "Compiler ($COMPILER) not taken from PATH -- not running link test"
     fi