On Mon, Jun 3, 2024, at 3:28 PM, Zack Weinberg wrote: > I applied a coverage analyzer to config.sub trying to find all the > code paths that currently aren't being tested. (Did you know there > are coverage analyzers for shell scripts? I was halfway expecting > it to be impossible!) > > In addition to many untested code paths, I found a bunch of bugs. > This patch set adds test cases for many (not all) of the untested > paths, and fixes all of the bugs for which I am relatively confident > in the correct result. I've tried to split it up as logically as > I can, but I may not have gotten it perfectly right.
Ping. zw