From 3f3d27e2ac09b0872008c4b4a982f09641729bab Mon Sep 17 00:00:00 2001 From: Alberto Fanjul Date: Sun, 27 May 2018 13:57:49 +0200 Subject: [PATCH] mark test as failed --- t/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/t/Makefile.am b/t/Makefile.am index 316420c..c8a70df 100644 --- a/t/Makefile.am +++ b/t/Makefile.am @@ -1,4 +1,5 @@ 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 t0009-executable.sh +XFAIL_TESTS=t0009-executable.sh EXTRA_DIST = $(TESTS)