Author: ngie
Date: Tue May  9 04:11:53 2017
New Revision: 318004
URL: https://svnweb.freebsd.org/changeset/base/318004

Log:
  Remove expected failure that no longer fails with gnu grep in base
  
  Reported by:  Jenkins
  Submitted by: Kyle Evans <kevan...@ksu.edu>
  Sponsored by: Dell EMC Isilon

Modified:
  head/contrib/netbsd-tests/usr.bin/grep/t_grep.sh

Modified: head/contrib/netbsd-tests/usr.bin/grep/t_grep.sh
==============================================================================
--- head/contrib/netbsd-tests/usr.bin/grep/t_grep.sh    Tue May  9 02:42:53 
2017        (r318003)
+++ head/contrib/netbsd-tests/usr.bin/grep/t_grep.sh    Tue May  9 04:11:53 
2017        (r318004)
@@ -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
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to