maintcheck: fix spurious warnings
authorStefano Lattarini <stefano.lattarini@gmail.com>
Mon, 13 Aug 2012 16:00:57 +0000 (18:00 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Mon, 13 Aug 2012 16:00:57 +0000 (18:00 +0200)
commitaf1ac94a49e1131c2c3a4e1e008b4245ece61b3a
tree40244f18996ac495a9d07ba24f6c9c7fa23c9309
parent346d76aa2338c0108d872fc7eedbd18c9db30102
maintcheck: fix spurious warnings

* t/distcheck-override-infodir.sh: Be sure that valid occurences
of the "aclocal" and "automake" strings, which can confuse the
'sc_tests_plain_automake' check, are protected by leading "#"
characters.
* t/ax/test-lib.sh: Always use '$(...)' for command subtitution,
to avoid triggering the 'sc_tests_command_subst' check; there was
still once place where `...` was used.  While at it, fix a related
comment.
* t/ax/test-defs.in ($sleep): Use creative quoting to avoid
spuriously triggering the 'sc_tests_plain_sleep' check.

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
t/ax/test-defs.in
t/ax/test-lib.sh
t/distcheck-override-infodir.sh