Merge branch 'lw/daemon-log-destination'
[gitweb.git] / ci / run-tests.sh
index 9b6fedcc2a94b83f7243767915ad0327e100ef13..73e273fac73c48b4963e7aa7c5040f17f220b7da 100755 (executable)
@@ -5,7 +5,8 @@
 
 . ${0%/*}/lib-travisci.sh
 
-ln -s $HOME/travis-cache/.prove t/.prove
+ln -s "$cache_dir/.prove" t/.prove
+
 make --quiet test
 if test "$jobname" = "linux-gcc"
 then