runtest: sanitize test environment
authorStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 26 Jul 2012 09:04:31 +0000 (11:04 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 26 Jul 2012 12:11:40 +0000 (14:11 +0200)
commitdb188c29be11177499d4c96bd2b8327e884f7d8c
treed039becaaf1f5b84bd2b16ba89c9e7865da1b3a1
parent253e3eb74d8dabe3eb5c9b2b09dab00e319a6caf
runtest: sanitize test environment

* runtest.in: Here, similarly to what is done by AM_TESTS_ENVIRONMENT
in Makefile.am, unset variables that should be under the complete control
of the test framework, and that could create havoc if inherited from the
environment.  This remove the need to check against possible environment
"pollution" ...
* t/ax/test-defs.in: ... in here.
* Makefile.am (AM_TESTS_ENVIRONMENT): Add a comment about the need of
synchronization with 'runtest.in'.
* t/self-check-env-sanitize.tap: Remove as obsolete.
* t/list-of-tests.mk: Adjust.

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
Makefile.am
runtest.in
t/ax/test-defs.in
t/list-of-tests.mk
t/self-check-env-sanitize.tap [deleted file]