From bf9370303bc6752ea2e5f815d207aca151d360d4 Mon Sep 17 00:00:00 2001 From: Alex Riesen Date: Wed, 4 Jul 2007 14:06:04 +0200 Subject: [PATCH] Fix t5516 to create test repo without hooks Otherwise the hooks will be executed on cygwin and the test will fail because of the contributed hooks. Signed-off-by: Alex Riesen --- t/t5516-fetch-push.sh | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/t/t5516-fetch-push.sh b/t/t5516-fetch-push.sh index c0fa2ba..ca46aaf 100755 --- a/t/t5516-fetch-push.sh +++ b/t/t5516-fetch-push.sh @@ -11,7 +11,8 @@ mk_empty () { mkdir testrepo && ( cd testrepo && - git init + git init && + mv .git/hooks .git/hooks-disabled ) } -- 1.5.3.rc0.759.g6c112