diff options
author | Thomas Rast <trast@student.ethz.ch> | 2010-03-12 18:04:25 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-03-12 21:55:38 -0800 |
commit | 6ceeaee7ea5bb754c76ce93c5b289f72d69fdb92 (patch) | |
tree | f4e97c8548dca76e52de40407d95dd0482816570 | |
parent | 80eac928ae11d4e417feddcc6a1ec373cf41e14f (diff) | |
download | git-6ceeaee7ea5bb754c76ce93c5b289f72d69fdb92.tar.gz |
test-lib: unset GIT_NOTES_REF to stop it from influencing tests
Signed-off-by: Thomas Rast <trast@student.ethz.ch>
Acked-by: Johan Herland <johan@herland.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r-- | 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 c1476f9a23..49f06d2b84 100644 --- a/t/test-lib.sh +++ b/t/test-lib.sh @@ -54,6 +54,7 @@ unset GIT_OBJECT_DIRECTORY unset GIT_CEILING_DIRECTORIES unset SHA1_FILE_DIRECTORIES unset SHA1_FILE_DIRECTORY +unset GIT_NOTES_REF GIT_MERGE_VERBOSITY=5 export GIT_MERGE_VERBOSITY export GIT_AUTHOR_EMAIL GIT_AUTHOR_NAME |