Browse Source

t7810-grep.sh: fix a whitespace inconsistency

Signed-off-by: Charles Bailey <charles@hashpling.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint
Charles Bailey 9 years ago committed by Junio C Hamano
parent
commit
89e64100f4
  1. 2
      t/t7810-grep.sh

2
t/t7810-grep.sh

@ -175,7 +175,7 @@ do @@ -175,7 +175,7 @@ do

test_expect_success "grep -c $L (no /dev/null)" '
! git grep -c test $H | grep /dev/null
'
'

test_expect_success "grep --max-depth -1 $L" '
{

Loading…
Cancel
Save