summaryrefslogtreecommitdiffstats
path: root/tests/Makefile.am
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 /tests/Makefile.am
parent92b8523981a53a765f36c0b21989b8f0b9199e29 (diff)
2005-11-17 Roland McGrath <[email protected]>
* Makefile.am (installcheck-local): Fix typo in last change.
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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