use "git init-db" in tests
[gitweb.git] / t / test-lib.sh
index 0539dacc1c2bcce02a5f64a8c61571eabd9a7607..3704e5faf00dce399e859b7210f7d5a6477fc880 100755 (executable)
@@ -190,8 +190,8 @@ test=trash
 rm -fr "$test"
 mkdir "$test"
 cd "$test"
-git-init-db --template=../../templates/blt/ 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