Remove expected failure that no longer fails with gnu grep in base
Reported by: Jenkins Submitted by: Kyle Evans <kevans91@ksu.edu> Sponsored by: Dell EMC Isilon
This commit is contained in:
parent
522f6fe474
commit
a41afc8290
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=318004
@ -399,11 +399,6 @@ wflag_emptypat_head()
|
||||
}
|
||||
wflag_emptypat_body()
|
||||
{
|
||||
grep_type
|
||||
if [ $? -eq $GREP_TYPE_GNU_FREEBSD ]; then
|
||||
atf_expect_fail "this test does not pass with GNU grep in base"
|
||||
fi
|
||||
|
||||
printf "" > test1
|
||||
printf "\n" > test2
|
||||
printf "qaz" > test3
|
||||
|
Loading…
Reference in New Issue
Block a user