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)
commit81f48a9c6221a51bd2854ea27e2131d25846254b
tree51e1bf4af0b6ffae685009ae3958b47c156e7de6
parent3c602d6dfb3fb48cd1654af6b2b57f6e6b39113f
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>
test/Makefile.am