self tests: some new uses of TAP, few extensions
authorStefano Lattarini <stefano.lattarini@gmail.com>
Mon, 8 Aug 2011 22:38:39 +0000 (00:38 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Tue, 9 Aug 2011 08:26:44 +0000 (10:26 +0200)
commit9880431627fa196f7f5b4fd20aaeac97bee5cbd2
tree571a51b86571705c297815e5b12dd303e40c5e3d
parente3b6255fbf58b9120f1df8f91480749def57cec1
self tests: some new uses of TAP, few extensions

* tests/self-check-me.test: Renamed ...
* tests/self-check-me.tap: .. to this, and converted to use TAP.
* tests/self-check-exit.test: Renamed ...
* tests/self-check-exit.tap: .. to this, and converted to use TAP.
Set `$stderr_fileno_' to `2', to avoid spurious messages on the
console.  Add a new test, and relax another one.
* tests/self-check-env-sanitize.test: Renamed ...
* tests/self-check-env-sanitize.tap: .. to this, and converted to
the use TAP.
* tests/Makefile.am (TESTS): Update.
ChangeLog
tests/Makefile.am
tests/Makefile.in
tests/self-check-env-sanitize.tap [moved from tests/self-check-env-sanitize.test with 72% similarity]
tests/self-check-exit.tap [moved from tests/self-check-exit.test with 65% similarity]
tests/self-check-me.tap [new file with mode: 0755]
tests/self-check-me.test [deleted file]