tests: some minor fixlets w.r.t. TAP-based tests
authorStefano Lattarini <stefano.lattarini@gmail.com>
Mon, 29 Aug 2011 13:27:08 +0000 (15:27 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Mon, 29 Aug 2011 13:27:08 +0000 (15:27 +0200)
commit4bcb63dc17a395e34f7e89d6764e7945c9d14549
tree617698d256a60e4a8b5de8a8a8e7c8da527c5f9b
parent7dab3a457990b054cb738fe2bb5b2fa12d0b3912
tests: some minor fixlets w.r.t. TAP-based tests

The variable that is used by our test scripts to decide whether
they are "plain" or TAP-based is `using_tap'; however, some
peripheral sanity checks and sanitization code in our testsuite
were erroneously using the `use_tap' variable instead.  Fix that.

* tests/Makefile.am (AM_TESTS_ENVIRONMENT): Nullify `using_tap',
not `use_tap'.
* tests/defs-static.in: Check that `using_tap', not `use_tap',
is not exported.
* tests/self-check-env-sanitize.test: Update.
ChangeLog
tests/Makefile.am
tests/Makefile.in
tests/defs-static.in
tests/self-check-env-sanitize.test