From 8a1da5639312afffb4492b0e87a64c2005c010c6 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 7 Mar 2016 07:28:56 -0500 Subject: Fix a typo This was causing the tools tests to not be installed and, consequently, never run on continuous. --- testsuite/tools/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuite') diff --git a/testsuite/tools/Makefile.am b/testsuite/tools/Makefile.am index 5bc7314f0a..0dd510f8b3 100644 --- a/testsuite/tools/Makefile.am +++ b/testsuite/tools/Makefile.am @@ -54,7 +54,7 @@ DISTCLEANFILES = \ $(test_files) \ $(NULL) -testmetadir = #(datadir)/installed-tests/$(PACKAGE) +testmetadir = $(datadir)/installed-tests/$(PACKAGE) testmeta_DATA = $(test_files) endif -- cgit v1.2.1