summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoland McGrath <[email protected]>2005-11-18 01:41:52 +0000
committerRoland McGrath <[email protected]>2005-11-18 01:41:52 +0000
commit575dd39916d6fb5e79428b15f1ab5c7ece249b60 (patch)
treeffef9192992c16a0b3db15b83a5362c6bfbb4471
parent92b8523981a53a765f36c0b21989b8f0b9199e29 (diff)
2005-11-17 Roland McGrath <[email protected]>
* Makefile.am (installcheck-local): Fix typo in last change.
-rw-r--r--tests/ChangeLog4
-rw-r--r--tests/Makefile.am2
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