1
0
mirror of https://github.com/albfan/bash-ini-parser.git synced 2025-08-07 18:02:52 +03:00

mark test as failed

This commit is contained in:
Alberto Fanjul
2018-05-27 13:57:49 +02:00
parent 292e234ca7
commit 3f3d27e2ac

View File

@@ -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)