fix testsuite: make sure they use templates freshly built from the source
[gitweb.git] / t / t5520-pull.sh
index f841574573545fa333e00b6815ba0df7d6931273..66ef92f41f41e6b195f7936fbcac4a2a9c8dd946 100755 (executable)
@@ -17,7 +17,7 @@ test_expect_success setup '
 test_expect_success 'pulling into void' '
        mkdir cloned &&
        cd cloned &&
-       git init-db &&
+       git_init_db &&
        git pull ..
 '