Revert "fix testsuite: make sure they use templates freshly built from the source"
[gitweb.git] / t / test-lib.sh
index 7e9149751e87831a1529d49ac909e1a26ff9568b..ac7be769b4d4f04908a64592a5c3ad8c43c27e60 100755 (executable)
@@ -182,16 +182,6 @@ test_create_repo () {
        cd "$owd"
 }
        
-# Many tests do init-db and clone but they must be told about the freshly
-# built templates.
-git_init_db () {
-       git init-db --template="$GIT_EXEC_PATH/templates/blt/" "$@"
-}
-
-git_clone () {
-       git clone --template="$GIT_EXEC_PATH/templates/blt/" "$@"
-}
-
 test_done () {
        trap - exit
        case "$test_failure" in