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:
parent
c2679dd779
commit
281412ce7b
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user