Author: kevans
Date: Thu Aug 17 03:56:42 2017
New Revision: 322606
URL: https://svnweb.freebsd.org/changeset/base/322606

Log:
  MFC r318004 (ngie): Remove expected failure that no longer fails with gnu
  grep in base
  
  Approved by:  emaste (mentor, blanket MFC)

Modified:
  stable/11/contrib/netbsd-tests/usr.bin/grep/t_grep.sh
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/contrib/netbsd-tests/usr.bin/grep/t_grep.sh
==============================================================================
--- stable/11/contrib/netbsd-tests/usr.bin/grep/t_grep.sh       Thu Aug 17 
03:48:50 2017        (r322605)
+++ stable/11/contrib/netbsd-tests/usr.bin/grep/t_grep.sh       Thu Aug 17 
03:56:42 2017        (r322606)
@@ -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