* tests/defs ($am_tap_implementation): Default to "shell", not to "perl". --- ChangeLog | 6 ++++++ tests/defs | 2 +- 2 files changed, 7 insertions(+), 1 deletions(-)
diff --git a/ChangeLog b/ChangeLog index b1e1bdc..0e837a2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2011-08-29 Stefano Lattarini <stefano.lattar...@gmail.com> + + tests: defaults to awk+shell driver in tests on TAP support + * tests/defs ($am_tap_implementation): Default to "shell", not + to "perl". + 2011-08-25 Stefano Lattarini <stefano.lattar...@gmail.com> tests: list "forgotten" test script in TESTS diff --git a/tests/defs b/tests/defs index 4d21a49..5f7a0a1 100644 --- a/tests/defs +++ b/tests/defs @@ -329,7 +329,7 @@ fetch_tap_driver () } # The shell/awk implementation of the TAP driver is still mostly dummy, so # use the perl implementation by default for the moment. -am_tap_implementation=${am_tap_implementation-perl} +am_tap_implementation=${am_tap_implementation-shell} ## ----------------------------------------------------------- ## ## Checks for required tools, and additional setups (if any) ## -- 1.7.2.3