Re: [PATCH] Fix typo which causes test "m4_warn (bad categories)" to, fail.
"Zack Weinberg" <[email protected]>
| Newsgroups | gmane.comp.sysutils.autoconf.bugs |
|---|---|
| Message-ID | <[email protected]> |
On Thu, Feb 1, 2024, at 7:00 AM, Collin Funk wrote: > Hello, I ran into a test failure for "m4_warn (bad categories)". I > believe that this is just a typo introduced by commit b553b19. I > attached a patch that fixes the test failure. Your patch is correct, but incomplete. The typo was introduced by an automatic process, namely the script run by "make fetch" (build-aux/fetch.pl, if I remember correctly). It must also be corrected, or else the typo will come back the next time someone runs "make fetch". Can you try to fix that script? I can't do it myself right now because my work computer is broken. zw