tests: simplify Makefile.am
commit0391db04dd45b529dbfe95a18aef24e4293703a3
authorAndrés G. Aragoneses <knocte@gmail.com>
Fri, 17 Jan 2014 15:58:08 +0000 (17 16:58 +0100)
committerAndrés G. Aragoneses <knocte@gmail.com>
Fri, 17 Jan 2014 15:58:08 +0000 (17 16:58 +0100)
treecd7666c9aa4f81f7ee86a60102fe990a2c806728
parent19902d50d045db910ad62b2146003a0b42c6efd1
tests: simplify Makefile.am

* There's no need to use 'export' to set variables here.
* Check for the exit code of the current test run can be
less verbose by using the || operator.
tests/Makefile.am