]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'sg/set-ceiling-during-tests'
authorJunio C Hamano <gitster@pobox.com>
Fri, 10 Sep 2021 18:46:23 +0000 (11:46 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 10 Sep 2021 18:46:24 +0000 (11:46 -0700)
Buggy tests could damage repositories outside the throw-away test
area we created.  We now by default export GIT_CEILING_DIRECTORIES
to limit the damage from such a stray test.

* sg/set-ceiling-during-tests:
  test-lib: set GIT_CEILING_DIRECTORIES to protect the surrounding repository


Trivial merge