]> git.ipfire.org Git - thirdparty/automake.git/commit
tests: more uses of the 'unindent' subroutine
authorStefano Lattarini <stefano.lattarini@gmail.com>
Sat, 16 Jul 2011 08:37:55 +0000 (10:37 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Sat, 16 Jul 2011 10:32:52 +0000 (12:32 +0200)
commit0933a8cae4c508c19ad9348fb0aa24354bca9207
tree074952318331e7a4beeda6d1865d4d9132b60e7a
parent75eb16857bc94aae196be1d74a2eaf9a6a822347
tests: more uses of the 'unindent' subroutine

* tests/backcompat.test: Prefer `unindent' over plain `cat' for
here documents created from within a loop of if/else body.
* tests/backcompat2.test: Likewise.
* tests/backcompat4.test: Likewise.
* tests/init.test: Likewise.
* tests/instmany.test: Likewise.
* tests/instmany-mans.test: Likewise.
* tests/instmany-python.test: Likewise.
* tests/missing5.test: Likewise.
* tests/parallel-am2.test : Likewise.
* tests/parallel-am3.test : Likewise.
* tests/pr307.test: Likewise.
* tests/depend4.test: Likewise.  Since we are at it, normalize
other code formatting.
* tests/instfail-java.test: Prefer `echo' over `cat' + here-doc
inside a for loop.
14 files changed:
ChangeLog
tests/backcompat.test
tests/backcompat2.test
tests/backcompat4.test
tests/depend4.test
tests/init.test
tests/instfail-java.test
tests/instmany-mans.test
tests/instmany-python.test
tests/instmany.test
tests/missing5.test
tests/parallel-am2.test
tests/parallel-am3.test
tests/pr307.test