]> git.ipfire.org Git - thirdparty/git.git/commitdiff
test-lib: unset GIT_NOTES_REF to stop it from influencing tests
authorThomas Rast <trast@student.ethz.ch>
Fri, 12 Mar 2010 17:04:25 +0000 (18:04 +0100)
committerJunio C Hamano <gitster@pobox.com>
Sat, 13 Mar 2010 05:55:38 +0000 (21:55 -0800)
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>
t/test-lib.sh

index c1476f9a2391396a201a919025963b82f7e14217..49f06d2b844548cc23d52a9b9e56648bdc0c52c5 100644 (file)
@@ -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