svn commit: r318004 - head/contrib/netbsd-tests/usr.bin/grep

Ngie Cooper ngie at FreeBSD.org
Tue May 9 04:11:55 UTC 2017


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 <kevans91 at 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


More information about the svn-src-all mailing list