a9db1239bf
Add a README.OpenBSD file with some notes about the send-email command. (via matthieu@)
15 lines
611 B
Plaintext
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
|
|
'
|
|
|
|
#------------
|