From 5ff543c39573bc7e0088154c73b361e6bb887311 Mon Sep 17 00:00:00 2001 From: Iustin Pop <iustin@google.com> Date: Fri, 21 Dec 2012 12:56:59 +0100 Subject: [PATCH] Fix build after addition of 'empty-cluster.data' MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Of course I forgot to add this to TEST_FILES⦠and only distcheck catches it. Signed-off-by: Iustin Pop <iustin@google.com> Reviewed-by: Michele Tartara <mtartara@google.com> --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index 39271b5ff..67876a0a7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -868,6 +868,7 @@ maninput = \ TEST_FILES = \ htest/data/common-suffix.data \ + htest/data/empty-cluster.data \ htest/data/hail-alloc-drbd.json \ htest/data/hail-change-group.json \ htest/data/hail-invalid-reloc.json \ -- GitLab