[pcre-dev] [Bug 2628] RunGrepTest fails on Alpine Linux

Top Page
Delete this message
Author: admin
Date:  
To: pcre-dev
Subject: [pcre-dev] [Bug 2628] RunGrepTest fails on Alpine Linux
https://bugs.exim.org/show_bug.cgi?id=2628

--- Comment #4 from Carlo Marcelo Arenas Belón <carenas@???> ---
alpine with busybox behaves unlike all other linux and so testN7 workaround for
using sed to replace 0 doesn't apply.

to workaround the problem and instead of fixing the test, it was usually easier
to install a proper sed:

$ apk add sed

but seems that alpine is making gnu sed work in posix mode nowadays so (patch
attached)

make sure to disable callouts with --disable-pcre2grep-callout as the order
those messages are printed might trigger other errors, otherwise

--
You are receiving this mail because:
You are on the CC list for the bug.