Fix a typo

This was causing the tools tests to not be installed and,
consequently, never run on continuous.
This commit is contained in:
Matthias Clasen 2016-03-07 07:28:56 -05:00
parent f4551bddf5
commit 8a1da56393

View File

@ -54,7 +54,7 @@ DISTCLEANFILES = \
$(test_files) \
$(NULL)
testmetadir = #(datadir)/installed-tests/$(PACKAGE)
testmetadir = $(datadir)/installed-tests/$(PACKAGE)
testmeta_DATA = $(test_files)
endif