]> git.ipfire.org Git - thirdparty/automake.git/commit
testsuite: fix a spurious failure with non-bash shells
authorStefano Lattarini <stefano.lattarini@gmail.com>
Wed, 27 Jul 2011 14:34:30 +0000 (16:34 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Tue, 2 Aug 2011 21:05:00 +0000 (23:05 +0200)
commit24dd0449267486b3268ad812c5fda8b60dad1981
treef539f4c753db351631cc6a6f37be98572aa3c34c
parent50c32b61b305cb8c2965470927522ed2f226b917
testsuite: fix a spurious failure with non-bash shells

* tests/tap-fancy2.test: Remove an unportable use of backslashes
with the `echo' builtin, which was causing some shells (among them
bash and Debian /bin/ksh) to print a `\\' string, while other
shells (among them zsh, dash, and Solaris /bin/sh and /bin/ksh)
were unexpectedly printing a single `\' character.  Since we are
at it, add a sanity check to ensure that this issue does not
resurface.
ChangeLog
tests/tap-fancy2.test