build: fix syntax-check rules broken by test-added .sh/pl suffixes
authorBernhard Voelker <mail@bernhard-voelker.de>
Fri, 31 Aug 2012 08:07:54 +0000 (10:07 +0200)
committerJim Meyering <meyering@redhat.com>
Fri, 31 Aug 2012 08:16:18 +0000 (10:16 +0200)
commitc1c92bcb29b95970a81c34a1f7354f39b6d942b4
treea3d93c9675cad106e1c1fda0b6ea3fae47f4e95f
parent4af32c62fa58570a97d705fc0340704e9faa1a1f
build: fix syntax-check rules broken by test-added .sh/pl suffixes

* cfg.mk: We exempt a few test files that would otherwise trigger
false-positive matches in syntax-check rules.  The recent change
that added a .sh or .pl suffix to each test script made it so
some of the exclusion regexps would no longer match.
Include the required \.sh suffix in each such regexp, too.
cfg.mk