Skip to content

Commit 6ceeaee

Browse files
trastgitster
authored andcommitted
test-lib: unset GIT_NOTES_REF to stop it from influencing tests
Signed-off-by: Thomas Rast <[email protected]> Acked-by: Johan Herland <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 80eac92 commit 6ceeaee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

t/test-lib.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ unset GIT_OBJECT_DIRECTORY
5454
unset GIT_CEILING_DIRECTORIES
5555
unset SHA1_FILE_DIRECTORIES
5656
unset SHA1_FILE_DIRECTORY
57+
unset GIT_NOTES_REF
5758
GIT_MERGE_VERBOSITY=5
5859
export GIT_MERGE_VERBOSITY
5960
export GIT_AUTHOR_EMAIL GIT_AUTHOR_NAME

0 commit comments

Comments
 (0)