From 9bc737a0f78f2704372c6e26805b74b035fb7923 Mon Sep 17 00:00:00 2001 From: Joel Rosdahl Date: Mon, 9 Apr 2012 12:37:49 +0200 Subject: [PATCH] test: Remove symlink to ccache to avoid installcheck error --- test.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/test.sh b/test.sh index ff9af36b3..e632557d8 100755 --- 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 -- 2.47.3