Change syntax of AM_TESTS_ENVIRONMENT to what the Automake docs prefer
authorSimon McVittie <simon.mcvittie@collabora.co.uk>
Wed, 1 Apr 2015 12:07:19 +0000 (13:07 +0100)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Thu, 16 Apr 2015 12:06:21 +0000 (13:06 +0100)
commitbb4b586d7cea7270a303a3c845979fdeb694f905
treec4c1d6689b2495e44734a2584b6393b1d6ba4df5
parent4e29ece664d5ac8078d95ba97bedc1d5f102940b
Change syntax of AM_TESTS_ENVIRONMENT to what the Automake docs prefer

On closer inspection of Automake docs, this is how AM_TESTS_ENVIRONMENT
is actually meant to work; the parallel test driver is even less
compatible with the old serial test driver than I'd realised :-(

Also, according to <http://www.unix.com/man-page/POSIX/1posix/export>,
"export FOO=bar" is actually required functionality for POSIX shells,
and is not a bashism. The Autoconf documentation mentions Solaris 10
as an example of somewhere this doesn't work... but at this point
I'd prefer to say "compiling dbus requires a POSIX shell".

Reviewed-by: Philip Withnall <philip.withnall@collabora.co.uk>
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=89846
test/Makefile.am