]> git.ipfire.org Git - thirdparty/automake.git/commit
tests: relax a test on amhello examples to cater to Solaris tar
authorStefano Lattarini <stefano.lattarini@gmail.com>
Sat, 23 Jul 2011 13:09:23 +0000 (15:09 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Sat, 23 Jul 2011 13:09:23 +0000 (15:09 +0200)
commit3680f7deb922ec3128eb1a69788392984b856860
tree22bb8b9e1487b671cc2135e98a2ca02d31bc397b
parente58e5f493fa0856d6782549d978c3f1d5f24de8f
tests: relax a test on amhello examples to cater to Solaris tar

* tests/amhello-binpkg.test: When the tar implementation in use
is not GNU tar, relax the tests on tar output, to avoid spurious
failures.  For example, "tar cvf ..." with GNU tar can output
lines like "./usr/bin/hello" on the standard output, while with
Solaris tar it can output lines like "a ./usr/bin/hello 8K" on
standard output, and with Heirloom tar it can output lines like
"a ./usr/bin/hello 15 tape blocks" on standard error.
ChangeLog
tests/amhello-binpkg.test