summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@debian.org>2015-11-27 11:50:57 +0000
committerSimon McVittie <smcv@debian.org>2015-12-02 18:51:08 +0000
commit0c0cd9aefd3074bb518e640aabada9aabb4cb313 (patch)
tree65effc0bc1597ed4d622a7b64ba38b6e4491dcbe
parent31eccce8015c0df4b677fdb61cca4d23695c8889 (diff)
downloaddbus-0c0cd9aefd3074bb518e640aabada9aabb4cb313.tar.gz
Fix shell syntax for installcheck-local with no DESTDIR
A closing brace must be preceded by a semicolon. The CI integration added later in this branch actually runs "make installcheck" with no DESTDIR; apparently nobody else has ever tried that. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=93194 Reviewed-by: Ralf Habacker <ralf.habacker@freenet.de>
-rw-r--r--test/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
index b7f40bb0..c7bdea22 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -294,7 +294,7 @@ if DBUS_ENABLE_INSTALLED_TESTS
$(installcheck_environment) \
$(srcdir)/dbus-test-runner \
$(testexecdir) \
- $(testexec_PROGRAMS) }
+ $(testexec_PROGRAMS); }
endif DBUS_ENABLE_INSTALLED_TESTS
in_data = \