$OpenBSD: patch-t_t9200-git-cvsexportcommit_sh,v 1.8 2017/05/10 08:05:04 benoit Exp $
Index: t/t9200-git-cvsexportcommit.sh
--- t/t9200-git-cvsexportcommit.sh.orig
+++ t/t9200-git-cvsexportcommit.sh
@@ -40,7 +40,7 @@ exit 1
 
 check_entries () {
 	# $1 == directory, $2 == expected
-	sed -ne '/^\//p' "$1/CVS/Entries" | sort | cut -d/ -f2,3,5 >actual
+	grep -a '^/' "$1/CVS/Entries" | sort | cut -d/ -f2,3,5 >actual
 	if test -z "$2"
 	then
 		>expected
