On Wed, 27 Nov 2019 at 12:20, Jeff King <peff@xxxxxxxx> wrote: > > On Wed, Nov 27, 2019 at 05:15:07PM +0000, Ed Maste wrote: > > > +FreeBSD) > > + test_set_prereq REGEX_ILLSEQ > > + test_set_prereq POSIXPERM > > + test_set_prereq BSLASHPSPEC > > + test_set_prereq EXECKEEPSPID > > + ;; > > I scratched my head at these for a minute, but I see you are just > covering the bits set in the "*" case that we now no longer trigger. > > It would probably be cleaner to set them ahead of time and just unset > them selectively in MINGW, etc. But we don't have any way to unset a > prereq, so lets' go with this for now. :) Indeed, I'm happy to help with reworking this later on - perhaps informed by finding other operating systems that need REGEX_ILLSEQ.