On Thu, Sep 17, 2020 at 6:37 AM Jeffrey Walton wrote: > Hi Everyone, > > grep-3.4-almost.19-ff30 fails self test on Alpine Linux 3.10 with > BusyBox, triplet x86_64-pc-linux-gnu. > > FAIL: test-dfa-match.sh Thank you for reporting that. I'll start with that first issue. That is due to a now-erroneous test for busybox-specific timeout program which used to require "-t" before the timeout value. Now, it has aligned with coreutils, since the 31 December 2018 release of BusyBox 1.30.0 (unstable). I've fixed it with the attached patch, also just pushed to gnulib. > FAIL: test-hard-locale > FAIL: test-setlocale_null-mt-all > > Attached are config.log and test-suite.log.