From 4c7ba956a32d72bb1e6645e2e3adba92a9024708 Mon Sep 17 00:00:00 2001 From: Lea Wiemann Date: Thu, 26 Jun 2008 20:35:19 +0200 Subject: [PATCH] test-lib.sh: show git init output when in verbose mode Signed-off-by: Lea Wiemann Signed-off-by: Junio C Hamano --- t/test-lib.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/test-lib.sh b/t/test-lib.sh index 401011001..c0c5e0e83 100644 --- a/t/test-lib.sh +++ b/t/test-lib.sh @@ -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" -- 2.30.2