libregex: Mark gnuext test as an expected fail

The test was added prematurely as a goal to reach with the GNU extension
functionality, but the functionality has not yet been introduced. Mark it as
an expected fail until that point.
This commit is contained in:
Kyle Evans 2018-01-29 14:00:33 +00:00
parent 54a6825c80
commit e0656a4914
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=328549

View file

@ -29,6 +29,10 @@ check()
{
local dataname="${1}"; shift
if [ "${dataname}" == "gnuext" ]; then
atf_expect_fail "GNU extensions are not currently implemented"
fi
prog="$(atf_get_srcdir)/h_regex"
data="$(atf_get_srcdir)/data/${dataname}.in"