Skip to content

Commit

Permalink
Merge branch 'bw/test-fix-grep-gnuism' into maint
Browse files Browse the repository at this point in the history
* bw/test-fix-grep-gnuism:
  t9400: fix gnuism in grep
  • Loading branch information
gitster committed May 10, 2012
2 parents 8cde602 + 2718781 commit 6331da9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions t/t9400-git-cvsserver-server.sh
Expand Up @@ -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[ ][ ]*master$" <out &&
! grep -v "^master[ ][ ]*master$" <out
'

#------------
Expand Down

0 comments on commit 6331da9

Please sign in to comment.