Fix regression in colon{5,6}.test (failures on AIX 5.3).
authorStefano Lattarini <stefano.lattarini@gmail.com>
Tue, 16 Nov 2010 19:02:54 +0000 (20:02 +0100)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Tue, 16 Nov 2010 19:02:54 +0000 (20:02 +0100)
commit1e1f2a13d9b97f3327e7ad0e98f0cc10b6dd490a
tree1945281d5409a95d257980d799919cf42752e318
parentf9fe878b53bca8297dbb6df861a99632f2f9b5b3
Fix regression in colon{5,6}.test (failures on AIX 5.3).

* tests/colon5.test: Also substitute `@SHELL@' with `$SHELL' when
post-processing the generated Makefile.in, to work around a bug
of AIX 5.3 make which doesn't allow setting the `$(SHELL)' macro
on the commend line.  Calls to `$MAKE' adjusted accordingly.
* tests/colon6.test: Likewise.

Regression introduced in commit v1.11-175-gf9fe878 "Modernize,
improve and/or extend tests `colon*.test", and reported by Ralf
Wildenhues.
ChangeLog
tests/colon5.test
tests/colon6.test