diff options
author | Junio C Hamano <junkio@cox.net> | 2006-07-12 23:09:00 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-07-12 23:09:00 -0700 |
commit | 1d0361e806086f6076c221ff5bb40b73643e96c3 (patch) | |
tree | 12acd164181ae008462ebafed32368b7514d255a /t | |
parent | e82e058d3ad1d50fbb99fac8630ad7b511ca4abe (diff) | |
download | git-1d0361e806086f6076c221ff5bb40b73643e96c3.tar.gz |
test-lib: unset GIT_TRACE
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 't')
-rwxr-xr-x | t/test-lib.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/t/test-lib.sh b/t/test-lib.sh index 05f6e79560..c3d3984b33 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 |