fix testsuite: make sure they use templates freshly built from the source
[gitweb.git] / t / t5500-fetch-pack.sh
index f7625a6f4634da4b78c90defdc0a302c8ea4e231..61e2a55311b13da3577c767280b40f5cc6a6d518 100755 (executable)
@@ -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