aboutsummaryrefslogtreecommitdiff
path: root/t/test-lib.sh
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2006-07-12 23:09:00 -0700
committerJunio C Hamano <junkio@cox.net>2006-07-12 23:09:00 -0700
commit1d0361e806086f6076c221ff5bb40b73643e96c3 (patch)
tree12acd164181ae008462ebafed32368b7514d255a /t/test-lib.sh
parente82e058d3ad1d50fbb99fac8630ad7b511ca4abe (diff)
downloadgit-1d0361e806086f6076c221ff5bb40b73643e96c3.tar.gz
git-1d0361e806086f6076c221ff5bb40b73643e96c3.tar.xz
test-lib: unset GIT_TRACE
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 't/test-lib.sh')
-rwxr-xr-xt/test-lib.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/test-lib.sh b/t/test-lib.sh
index 05f6e7956..c3d3984b3 100755
--- a/t/test-lib.sh
+++ b/t/test-lib.sh
@@ -26,6 +26,7 @@ unset GIT_DIR
unset GIT_EXTERNAL_DIFF
unset GIT_INDEX_FILE
unset GIT_OBJECT_DIRECTORY
+unset GIT_TRACE
unset SHA1_FILE_DIRECTORIES
unset SHA1_FILE_DIRECTORY
export GIT_AUTHOR_EMAIL GIT_AUTHOR_NAME