From bd9d847d2cb3985a5af73f473be9bf5a7570ae5e Mon Sep 17 00:00:00 2001 From: Alberto Fanjul Date: Sun, 27 May 2018 13:17:58 +0200 Subject: [PATCH] t0008 solved --- t/Makefile.am | 1 - 1 file changed, 1 deletion(-) diff --git a/t/Makefile.am b/t/Makefile.am index 402706e..603ac6b 100644 --- a/t/Makefile.am +++ b/t/Makefile.am @@ -1,5 +1,4 @@ TEST_LOG_DRIVER = env AM_TAP_AWK='$(AWK)' $(SHELL) \ $(top_srcdir)/build-aux/tap-driver.sh TESTS = t0001-whitespace.sh t0002-invalid.sh t0003-sections.sh t0004-comments.sh t0005-new_var.sh t0006-duplication.sh t0007-unwanted_file.sh t0008-array.sh -XFAIL_TESTS=t0008-array.sh EXTRA_DIST = $(TESTS)