Thomas Munro <thomas(dot)munro(at)enterprisedb(dot)com> writes:
> On Tue, Sep 18, 2018 at 2:14 AM Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
>> "make check" generally won't work on OSX unless you've disabled SIP:
>> https://www.howtogeek.com/230424/how-to-disable-system-integrity-protection-on-a-mac-and-why-you-shouldnt/
> Aha! It looks like it was important to run "make install" before
> running those tests.
Right. If you don't want to disable SIP, you can work around it by always
doing "make install" before "make check". Kind of a PITA though.
regards, tom lane