summaryrefslogtreecommitdiff
path: root/t/t5500-fetch-pack.sh
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2006-12-19 01:14:35 -0800
committerJunio C Hamano <junkio@cox.net>2006-12-19 01:14:35 -0800
commit171e800b374c98dd703e906bd9955b2b0410cabe (patch)
tree7187470ff1de2c9f5906ca053277314e30bb62f2 /t/t5500-fetch-pack.sh
parent74d20040cafdced657efbf49795183d209a3a07b (diff)
downloadgit-171e800b374c98dd703e906bd9955b2b0410cabe.tar.gz
Revert "fix testsuite: make sure they use templates freshly built from the source"
This reverts commit 74d20040cafdced657efbf49795183d209a3a07b. Version from Johannes to introduce GIT_TEMPLATE_DIR is simpler, although I unconsciously stayed away from introducing yet another environment variable.
Diffstat (limited to 't/t5500-fetch-pack.sh')
-rwxr-xr-xt/t5500-fetch-pack.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t5500-fetch-pack.sh b/t/t5500-fetch-pack.sh
index 61e2a55311..f7625a6f46 100755
--- a/t/t5500-fetch-pack.sh
+++ b/t/t5500-fetch-pack.sh
@@ -97,7 +97,7 @@ pull_to_client () {
(
mkdir client &&
cd client &&
- git_init_db 2>> log2.txt
+ git-init-db 2>> log2.txt
)
add A1