On Tue, Aug 23, 2022 at 4:04 PM Diomidis Spinellis via GitGitGadget <gitgitgadget@xxxxxxxxx> wrote: > diff --git a/t/t7818-grep-multibyte.sh b/t/t7818-grep-multibyte.sh > +# Multibyte regex search is only supported with a native regex library > +# that supports them. > +# (The included library is compiled with NO_MBSUPPORT) and only if it > +test -z "$NO_REGEX" && The comment above seems incomplete (i.e. "and only if it...").