]> Sergey Matveev's repositories - public-inbox.git/commit
t/search.t: fix permissions check on FreeBSD
authorEric Wong <e@80x24.org>
Sun, 5 May 2019 21:33:40 +0000 (21:33 +0000)
committerEric Wong <e@80x24.org>
Sun, 5 May 2019 23:22:36 +0000 (23:22 +0000)
commit632ed77815b8ad0f683abe78f32544c7ca7b9aed
treeb30bf8d12db17dddf090ff7f0bb09d151fd9cb69
parent48cd028855eb40557275a7e914da5cb3f847006c
t/search.t: fix permissions check on FreeBSD

FreeBSD does not allow non-root users to set S_ISGID;
so git skips this bit on FreeBSD and Debian/kFreeBSD
platforms.
t/search.t