1ff015f807
An earlier diff got tested by landry@. Thanks!
15 lines
611 B
Plaintext
15 lines
611 B
Plaintext
$OpenBSD: patch-t_t9400-git-cvsserver-server_sh,v 1.1 2008/09/27 21:47:20 bernd Exp $
|
|
--- t/t9400-git-cvsserver-server.sh.orig Sat Sep 13 04:29:50 2008
|
|
+++ t/t9400-git-cvsserver-server.sh Sat Sep 13 16:03:31 2008
|
|
@@ -484,8 +484,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
|
|
'
|
|
|
|
#------------
|