Remove now-useless ALWAYS_SUBDIRS entry in src/test/Makefile.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 08b01d4dd982b491a2f9641804b368185b8f4c53
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2020-12-19T22:58:30Z
Releases: 14.0
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.

Files

PathChange+/−
src/test/Makefile modified +1 −1