maintcheck: fix spurious failures
authorStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 8 Sep 2011 16:44:07 +0000 (18:44 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 8 Sep 2011 16:44:07 +0000 (18:44 +0200)
commit85544c4ecb5ac8e275517e7200b2e9856568e29a
tree1b1f3f253178de32160783f450c5f20903f5be2b
parent6cf4d911da8414ffdd161daf7648704fd2beacb6
maintcheck: fix spurious failures

* tests/gen-testsuite-part (write_wrapper_script): More uses of
creative quoting in the generated tests, to avoid triggering
failures in the `sc_tests_Exit_not_exit' maintcheck.
* Makefile.am (sc_tests_tap_plan): It's OK for auto-generated
TAP tests that sources an hand-written one not to declare a TAP
plan: the sourced test will do so.
* tests/Makefile.am (checked_test_extensions): Don't define
anymore, the default value `$(TEST_EXTENSIONS)' is correct now.
(expected_list_of_tests): Don't define anymore, the default
value `$(TESTS)' is correct now.
ChangeLog
Makefile.am
Makefile.in
tests/Makefile.am
tests/Makefile.in
tests/gen-testsuite-part