Remove the expected failures for :context and :context2 with bsdgrep(1)

They're no longer needed after recent fixes made to bsdgrep(1).

Submitted by:	Kyle Evans <kevans91@ksu.edu> (via a previous diff in D10433)
Sponsored by:	Dell EMC Isilon
This commit is contained in:
Enji Cooper 2017-04-22 21:26:15 +00:00
parent c20a721023
commit 6e5e4dbd06
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=317297

View File

@ -159,12 +159,6 @@ context_head()
}
context_body()
{
# Begin FreeBSD
grep_type
if [ $? -eq $GREP_TYPE_BSD ]; then
atf_expect_fail "this test doesn't pass with BSD grep yet"
fi
# End FreeBSD
cp $(atf_get_srcdir)/d_context_*.* .
atf_check -o file:d_context_a.out grep -C2 bamboo d_context_a.in
@ -226,12 +220,6 @@ context2_head()
}
context2_body()
{
# Begin FreeBSD
grep_type
if [ $? -eq $GREP_TYPE_BSD ]; then
atf_expect_fail "this test doesn't pass with BSD grep yet"
fi
# End FreeBSD
printf "haddock\000cod\000plaice\000" > test1
printf "mackeral\000cod\000crab\000" > test2