mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-08 07:58:01 +02:00
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>
This commit is contained in:
parent
3c602d6dfb
commit
81f48a9c62
1 changed files with 1 additions and 1 deletions
|
|
@ -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 = \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue