X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=t%2Ftest-lib.sh;h=a8f239df8fc45575ca543208c2bcad771d3f4d7e;hb=c17fb6ee074cb0c9d71e5de42e2ad00786fedc18;hp=3f8a6fe4145e673e77fd6e18548a5622a5c0400e;hpb=b12bbd5986e1fae4120d7a415c1271c0273cad7e;p=git.git diff --git a/t/test-lib.sh b/t/test-lib.sh index 3f8a6fe4..a8f239df 100755 --- a/t/test-lib.sh +++ b/t/test-lib.sh @@ -164,4 +164,8 @@ test=trash rm -fr "$test" mkdir "$test" cd "$test" -git-init-db 2>/dev/null || error "cannot run git-init-db" +git-init-db --template=../../templates/blt/ 2>/dev/null || +error "cannot run git-init-db" + +mv .git/hooks .git/hooks-disabled +