From 281412ce7bfaf058ae9ea0edf20e13a52f5b37dc Mon Sep 17 00:00:00 2001 From: Kyle Evans Date: Wed, 9 Dec 2020 05:12:04 +0000 Subject: grep: tests: stop expecting a failure of gnuext w/ bsdgrep libregex now supports these and we no longer offer to not link against libregex. --- usr.bin/grep/tests/grep_freebsd_test.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'usr.bin/grep/tests') diff --git a/usr.bin/grep/tests/grep_freebsd_test.sh b/usr.bin/grep/tests/grep_freebsd_test.sh index 6d5566a43a03..52455cd1d653 100755 --- a/usr.bin/grep/tests/grep_freebsd_test.sh +++ b/usr.bin/grep/tests/grep_freebsd_test.sh @@ -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 -- cgit v1.2.3