tests: add a syntax check for last week's global change
authorJim Meyering <meyering@redhat.com>
Sun, 27 Nov 2011 14:36:06 +0000 (15:36 +0100)
committerJim Meyering <meyering@redhat.com>
Sun, 27 Nov 2011 20:13:18 +0000 (21:13 +0100)
commit5b3e538b7fc193f8e54b16aeb99b48f28744c1db
tree4f40b688b15636dced20a9ad30f54be419c0f4b9
parent040bc8b50fe36120ed3fec10575df2590b081eca
tests: add a syntax check for last week's global change

Last week I made a global change, commit a2c811db, `tests: use
"compare exp out", not "compare out exp"', but forgot to add a
corresponding syntax check rule.  Without that, it is far too
easy to add a new test or to merge in an old one that would
be non-conforming.  Obviously this is only a heuristic, since
it relies on the expected-output file to have a name that starts
with "exp".
* cfg.mk (sc_prohibit_reversed_compare_failure): Prohibit use of
compare with reversed arguments.
cfg.mk