From eaf4802f01cdaab0f7cde382980784e43884e59d Mon Sep 17 00:00:00 2001 From: Alberto Fanjul Date: Sun, 27 May 2018 12:27:32 +0200 Subject: [PATCH] mark test expected to fail --- t/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/t/Makefile.am b/t/Makefile.am index 8722aef..71bbd7a 100644 --- a/t/Makefile.am +++ b/t/Makefile.am @@ -1,4 +1,6 @@ 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 +XFAIL_TESTS=t0006-duplication.sh + EXTRA_DIST = $(TESTS)