Merge branch 'bw/test-fix-grep-gnuism' into maint
* bw/test-fix-grep-gnuism: t9400: fix gnuism in grep
This commit is contained in:
commit
6331da9707
@ -500,8 +500,8 @@ test_expect_success 'cvs status (no subdirs in header)' '
|
|||||||
cd "$WORKDIR"
|
cd "$WORKDIR"
|
||||||
test_expect_success 'cvs co -c (shows module database)' '
|
test_expect_success 'cvs co -c (shows module database)' '
|
||||||
GIT_CONFIG="$git_config" cvs co -c > out &&
|
GIT_CONFIG="$git_config" cvs co -c > out &&
|
||||||
grep "^master[ ]\+master$" < out &&
|
grep "^master[ ][ ]*master$" <out &&
|
||||||
! grep -v "^master[ ]\+master$" < out
|
! grep -v "^master[ ][ ]*master$" <out
|
||||||
'
|
'
|
||||||
|
|
||||||
#------------
|
#------------
|
||||||
|
Loading…
x
Reference in New Issue
Block a user