]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/test-lib.sh
Disable hooks during tests.
[thirdparty/git.git] / t / test-lib.sh
index 1523d2ebbf1f355fe60ad0d5ef948d24cebc85ad..a8f239df8fc45575ca543208c2bcad771d3f4d7e 100755 (executable)
@@ -5,9 +5,10 @@
 
 # For repeatability, reset the environment to known value.
 LANG=C
+LC_ALL=C
 PAGER=cat
 TZ=UTC
-export LANG PAGER TZ
+export LANG LC_ALL PAGER TZ
 unset AUTHOR_DATE
 unset AUTHOR_EMAIL
 unset AUTHOR_NAME
@@ -163,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
+