Author :
Mike Frysinger
Date :
2023-01-03 22:38:22
Hash :34c5008d Message :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.