tests: reimplement wrappers for automake and aclocal in perl
authorStefano Lattarini <stefano.lattarini@gmail.com>
Sat, 4 Aug 2012 16:36:24 +0000 (18:36 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Sat, 4 Aug 2012 16:36:24 +0000 (18:36 +0200)
commit96afe638f09cd5fc32659883952b89f2d7e2a315
tree71158fe7325be9c4c785aa515a0203f55a7c1dd7
parent65dadf65814d7dd395d5cc35903f624b464091c6
tests: reimplement wrappers for automake and aclocal in perl

This will allow us to avoid one extra shell invocation per automake
and aclocal invocation in our testsuite, and, more importantly, will
allow us not to worry about potential shell portability issues, at
least in those wrappers.  For an example of such a portability issue,
refer to the recent commit v1.12.2-80-g65dadf6 "tests: work around a
ksh bug w.r.t. ${1+"$@"}".

* t/wrap/automake.in, t/wrap/aclocal.in: Rewritten in perl.

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
t/wrap/aclocal.in
t/wrap/automake.in