]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
Fix shell syntax for installcheck-local with no DESTDIR
authorSimon McVittie <smcv@debian.org>
Fri, 27 Nov 2015 11:50:57 +0000 (11:50 +0000)
committerRalf Habacker <ralf.habacker@freenet.de>
Tue, 1 Dec 2015 23:53:00 +0000 (00:53 +0100)
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>
test/Makefile.am

index 91224b28b498c7d2f4c5bc4aa9e1f9be80ded0f1..c3c38152d2acda8cb55d837cf44c5e41cb03f24c 100644 (file)
@@ -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 = \