openbsd-ports/devel/git/patches/patch-t_t9400-git-cvsserver-server_sh
bernd a9db1239bf Update to git-1.7.3.1.
Add a README.OpenBSD file with some notes about the send-email
command. (via matthieu@)
2010-10-07 09:42:23 +00:00

15 lines
611 B
Plaintext

$OpenBSD: patch-t_t9400-git-cvsserver-server_sh,v 1.3 2010/10/07 09:42:23 bernd Exp $
--- t/t9400-git-cvsserver-server.sh.orig Fri Aug 20 01:44:47 2010
+++ t/t9400-git-cvsserver-server.sh Thu Sep 2 11:12:51 2010
@@ -500,8 +500,8 @@ test_expect_success 'cvs status (no subdirs in header)
cd "$WORKDIR"
test_expect_success 'cvs co -c (shows module database)' '
GIT_CONFIG="$git_config" cvs co -c > out &&
- grep "^master[ ]\+master$" < out &&
- ! grep -v "^master[ ]\+master$" < out
+ grep "^master[ ]\{1,\}master$" < out &&
+ ! grep -v "^master[ ]\{1,\}master$" < out
'
#------------