diff options
| -rw-r--r-- | tests/ChangeLog | 4 | ||||
| -rw-r--r-- | tests/Makefile.am | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/tests/ChangeLog b/tests/ChangeLog index 956955c5..9c1078e0 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,7 @@ +2005-11-17 Roland McGrath <[email protected]> + + * Makefile.am (installcheck-local): Fix typo in last change. + 2005-11-16 Roland McGrath <[email protected]> * configure.ac: New file, for standalone build/dist of test suite. diff --git a/tests/Makefile.am b/tests/Makefile.am index 8cc73284..8290a65b 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -107,7 +107,7 @@ TESTS_ENVIRONMENT = $(srcdir)/test-wrapper.sh \ installcheck-local: $(MAKE) $(AM_MAKEFLAGS) \ - TESTS_ENVIRONMENT='$(installed_TESTS_ENVIRONMENT' check-TESTS + TESTS_ENVIRONMENT='$(installed_TESTS_ENVIRONMENT)' check-TESTS endif !STANDALONE if MUDFLAP |
