tests: relax a test to cater to NetBSD make
authorStefano Lattarini <stefano.lattarini@gmail.com>
Fri, 17 Feb 2012 12:46:53 +0000 (13:46 +0100)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Fri, 17 Feb 2012 12:46:53 +0000 (13:46 +0100)
commit44737ebc42660ec28f8555607ae51d2d355e927a
treef7dc7a6cf9dd3df3b3fcf4c2cd30428bde18f564
parentb5788178cedf5f6c78d34ff1f3f3c223c41e579d
tests: relax a test to cater to NetBSD make

* tests/parallel-tests-empty-testlogs.test: When $(TESTS) is empty,
NetBSD 5.1 make ends up defining $(TESTS_LOGS) to ".log" rather than
to the empty string (as would be expected).  This behaviour was
causing a check in this test case to fail.  But that check was in
fact overly strict, since our recipes are smart enough to work
around the botched-up substitution.  Also, the failure wasn't a
regression from Automake 1.11, since that version too would have
triggered the same error with NetBSD 5.1 make.  So we just relax
the test a little to avoid extra noise in the testsuite.
tests/parallel-tests-empty-testlogs.test