grep: tests: stop expecting a failure of gnuext w/ bsdgrep

libregex now supports these and we no longer offer to not link against
libregex.
This commit is contained in:
Kyle Evans 2020-12-09 05:12:04 +00:00
parent c2679dd779
commit 281412ce7b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=368482

View File

@ -87,9 +87,7 @@ gnuext_body()
{
grep_type
_type=$?
if [ $_type -eq $GREP_TYPE_BSD ]; then
atf_expect_fail "this test requires GNU extensions in regex(3)"
elif [ $_type -eq $GREP_TYPE_GNU_FREEBSD ]; then
if [ $_type -eq $GREP_TYPE_GNU_FREEBSD ]; then
atf_expect_fail "\\s and \\S are known to be buggy in base gnugrep"
fi