Code

Move commit_list_count() to commit.c
[git.git] / t / test-lib.sh
index 401011001016ac9df11fd64bd668dd073dc0e4dc..c0c5e0e83b01c1ede231a59a2a628e374de246da 100644 (file)
@@ -407,7 +407,7 @@ test_create_repo () {
        repo="$1"
        mkdir "$repo"
        cd "$repo" || error "Cannot setup test environment"
-       "$GIT_EXEC_PATH/git" init "--template=$GIT_EXEC_PATH/templates/blt/" >/dev/null 2>&1 ||
+       "$GIT_EXEC_PATH/git" init "--template=$GIT_EXEC_PATH/templates/blt/" >&3 2>&4 ||
        error "cannot run git init -- have you built things yet?"
        mv .git/hooks .git/hooks-disabled
        cd "$owd"