1#!/bin/sh
2#
3# Test Git
4#
56
. ${0%/*}/lib-travisci.sh
78
mkdir -p $HOME/travis-cache
9ln -s $HOME/travis-cache/.prove t/.prove
10make --quiet test
11if test "$jobname" = "linux-gcc"
12then
13GIT_TEST_SPLIT_INDEX=YesPlease make --quiet test
14fi