Commit 34c5008d7aa24cf7cd201e4ee4cca748a81d5730

Mike Frysinger 2023-01-03T22:38:22

tests: change `sort|uniq` to `sort -u` These are equivalent, but more performant. We already use `sort -u` elsewhere in the codebase, so nothing new here really. * t/add-missing.tap: Change `sort|uniq` to `sort -u`. * t/CheckListOfTests.am: Likewise.