]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
tests: remove 'test_prefer_config_shell' from the environment
authorStefano Lattarini <stefano.lattarini@gmail.com>
Mon, 13 Jun 2011 16:19:53 +0000 (18:19 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Mon, 13 Jun 2011 16:19:53 +0000 (18:19 +0200)
Since commit `v1.11-910-g7df1a9b', the once user-overridable
variable `$test_prefer_config_shell' has become an internal
detail, and the test scripts now complain and bail out if it is
set in the environment.

* tests/Makefile.am (AM_TESTS_ENVIRONMENT): Unset the variable
`test_prefer_config_shell' if it is set in the environment.

ChangeLog
tests/Makefile.am

index d8ca3bc3fe2d16ab315541a187068eab2fd75d1e..f72eaacc76af5937ad7c47fe2a148d26a4d293c0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2011-06-13  Stefano Lattarini  <stefano.lattarini@gmail.com>
+
+       tests: remove 'test_prefer_config_shell' from the environment
+       Since commit `v1.11-910-g7df1a9b', the once user-overridable
+       variable `$test_prefer_config_shell' has become an internal
+       detail, and the test scripts now complain and bail out if it is
+       set in the environment.
+       * tests/Makefile.am (AM_TESTS_ENVIRONMENT): Unset the variable
+       `test_prefer_config_shell' if it is set in the environment.
+
 2011-06-13  Stefano Lattarini  <stefano.lattarini@gmail.com>
 
        tests: autogenerate list of wrapped tests for `lib/' shell scripts
index f66a093360a5d4412717c3f49a7173f86d92b2b6..f0c4e6ac583c480a741a34cbd01a3579f7214305 100644 (file)
@@ -122,6 +122,7 @@ AM_TESTS_ENVIRONMENT = \
   test x"$$me" = x || unset me; \
   test x"$$required" = x || unset required; \
   test x"$$parallel_tests" = x || unset parallel_tests; \
+  test x"$$test_prefer_config_shell" || unset test_prefer_config_shell; \
   test x"$$original_AUTOMAKE" = x || unset original_AUTOMAKE; \
   test x"$$original_ACLOCAL" = x || unset original_ACLOCAL; \
   AM_TESTS_REEXEC=no; export AM_TESTS_REEXEC; \