From baffd1170296d4e3bcc0dd7ee82fddb93ff0336f Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Fri, 27 Nov 2015 11:50:57 +0000 Subject: [PATCH 08/10] 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. --- test/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Makefile.am b/test/Makefile.am index 91224b2..c3c3815 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -298,7 +298,7 @@ if DBUS_ENABLE_INSTALLED_TESTS $(installcheck_environment) \ $(srcdir)/dbus-test-runner \ $(testexecdir) \ - $(testexec_PROGRAMS) } + $(testexec_PROGRAMS); } endif DBUS_ENABLE_INSTALLED_TESTS in_data = \ -- 2.6.2