From a2eaf32ba95f5ca5428e2ea671630a327db86f5b Mon Sep 17 00:00:00 2001 From: Taylor Blau Date: Thu, 12 Jul 2018 12:39:39 -0500 Subject: [PATCH] t: do not echo 'git config' --- t/testhelpers.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/t/testhelpers.sh b/t/testhelpers.sh index 143906fd..95a63d9a 100644 --- a/t/testhelpers.sh +++ b/t/testhelpers.sh @@ -557,10 +557,6 @@ setup() { echo "# LFSTEST_CLIENT_CERT=$LFS_CLIENT_CERT_FILE" echo "# LFSTEST_CLIENT_KEY=$LFS_CLIENT_KEY_FILE" echo "# LFSTEST_DIR=$REMOTEDIR" - echo "# GIT:" - git config --global --get-regexp "lfs|credential|user" | sed -e 's/^/# /g' - - echo } # shutdown cleans the $TRASHDIR and shuts the test Git server down.