]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'mt/t4129-with-setgid-dir' into maint
authorJunio C Hamano <gitster@pobox.com>
Sat, 6 Feb 2021 00:31:22 +0000 (16:31 -0800)
committerJunio C Hamano <gitster@pobox.com>
Sat, 6 Feb 2021 00:31:23 +0000 (16:31 -0800)
Some tests expect that "ls -l" output has either '-' or 'x' for
group executable bit, but setgid bit can be inherited from parent
directory and make these fields 'S' or 's' instead, causing test
failures.

* mt/t4129-with-setgid-dir:
  t4129: don't fail if setgid is set in the test directory


Trivial merge