Remove now-useless ALWAYS_SUBDIRS entry in src/test/Makefile.
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 19 Dec 2020 22:58:30 +0000 (17:58 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 19 Dec 2020 22:58:30 +0000 (17:58 -0500)
commit08b01d4dd982b491a2f9641804b368185b8f4c53
tree45a2eb6863c5eda15d399c76e357977ff84d6eb6
parent20659fd8e5ecb3bcb3e337581c4bd7123d490ddc
Remove now-useless ALWAYS_SUBDIRS entry in src/test/Makefile.

Commit 257836a75 added the "locale" subdirectory to SUBDIRS,
but neglected to remove it from ALWAYS_SUBDIRS.  This oversight
had no functional effect because the filter-out function would
remove it anyway.  Still, it's confusing to readers to list a
subdirectory in both places, especially because it makes the
associated comment into a partial lie.
src/test/Makefile