Skip to content

Commit e1c192d

Browse files
committed
Merge branch 'js/test-unset-trace2-parents'
Avoid tests that are run under GIT_TRACE2 set from failing unnecessarily. * js/test-unset-trace2-parents: test-lib: unset trace2 parent envvars
2 parents 38062e7 + 944d808 commit e1c192d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

t/test-lib.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -449,6 +449,8 @@ unset VISUAL EMAIL LANGUAGE $("$PERL_PATH" -e '
449449
unset XDG_CACHE_HOME
450450
unset XDG_CONFIG_HOME
451451
unset GITPERLLIB
452+
unset GIT_TRACE2_PARENT_NAME
453+
unset GIT_TRACE2_PARENT_SID
452454
TEST_AUTHOR_LOCALNAME=author
453455
TEST_AUTHOR_DOMAIN=example.com
454456
GIT_AUTHOR_EMAIL=${TEST_AUTHOR_LOCALNAME}@${TEST_AUTHOR_DOMAIN}

0 commit comments

Comments
 (0)