]> git.ipfire.org Git - thirdparty/libtool.git/commit
Fix testsuite errors due to shell quoted parameter expansion issue.
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Tue, 3 Aug 2010 20:27:23 +0000 (22:27 +0200)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Wed, 4 Aug 2010 19:22:20 +0000 (21:22 +0200)
commit06543b43736a9d36c447e7fa04b76d90a6b31967
tree14d0f6b2c941811a0e89ac00e078893c0ab3d48e
parent1162eebc69e7219423b2620bcb838879c2dfb3f9
Fix testsuite errors due to shell quoted parameter expansion issue.

* tests/getopt-m4sh.at (_LT_AT_GETOPT_M4SH_SETUP): Insert space
between double-quoted and unquoted shell parameter, as bash
4.0.28 doesn't add one in its output if the expansion of the
second one starts with a space.
(short option splitting, enhanced shell short option splitting)
(long option splitting, XSI long option splitting): Add space in
expected output.
Fixes testsuite failures on AIX, FreeBSD, etc.
Report by Rainer Tammer.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
ChangeLog
tests/getopt-m4sh.at