tests: portability fixes in tests on amhello examples
authorStefano Lattarini <stefano.lattarini@gmail.com>
Wed, 6 Jul 2011 08:31:03 +0000 (10:31 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Fri, 8 Jul 2011 07:41:17 +0000 (09:41 +0200)
commite58e5f493fa0856d6782549d978c3f1d5f24de8f
treef81077ba8e43124fee967757b2b52392d9b59a2e
parenta44667dce47afd200d990910f8e8a966276be756
tests: portability fixes in tests on amhello examples

* tests/amhello-binpkg.test: Don't use "tar xzf too.tag.gz" to
extract a gzip-compressed tarball, that's unportable to some
tar implementations; use the "gzip -dc fo.tar.gz | tar xf -"
idiom instead.
* tests/amhello-cflags.test: Likewise.
* tests/amhello-cross-compile.test: Likewise.

Suggestion from Ralf Wildenhues.
ChangeLog
tests/amhello-binpkg.test
tests/amhello-cflags.test
tests/amhello-cross-compile.test