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

mark test expected to fail

This commit is contained in:
Alberto Fanjul
2018-05-27 12:27:32 +02:00
parent cc92395f1d
commit eaf4802f01

View File

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