]> git.ipfire.org Git - thirdparty/automake.git/commit
tests: change `sort|uniq` to `sort -u`
authorMike Frysinger <vapier@gentoo.org>
Wed, 4 Jan 2023 03:38:22 +0000 (22:38 -0500)
committerMike Frysinger <vapier@gentoo.org>
Sat, 14 Jan 2023 00:06:31 +0000 (19:06 -0500)
commit34c5008d7aa24cf7cd201e4ee4cca748a81d5730
tree92d5fec30d853dc0e3f5e1a6e489fbeeca30abd5
parent2a9908da9dbc075ee6c4e853cf3be0365b15f202
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.
t/CheckListOfTests.am
t/add-missing.tap