Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Disable hooks during tests.
author
Junio C Hamano
<junkio@cox.net>
Sun, 16 Oct 2005 07:24:34 +0000
(
00:24
-0700)
committer
Junio C Hamano
<junkio@cox.net>
Sun, 16 Oct 2005 07:24:34 +0000
(
00:24
-0700)
Individual tests for hooks would want to have their own tests when
written. Also we should not pick up from random templates the user
happens to have.
Signed-off-by: Junio C Hamano <junkio@cox.net>
t/test-lib.sh
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
f5dce80
)
diff --git
a/t/test-lib.sh
b/t/test-lib.sh
index 3f8a6fe4145e673e77fd6e18548a5622a5c0400e..a8f239df8fc45575ca543208c2bcad771d3f4d7e 100755
(executable)
--- 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
+