Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'cb/t7810-test-label-fix' into maint
[gitweb.git]
/
t
/
t7810-grep.sh
diff --git
a/t/t7810-grep.sh
b/t/t7810-grep.sh
index 960425a4ec6229cd2d15dac74f6fdf6deda4ec6c..bd8ea1191f1092ed7662c2258b82c156de7defce 100755
(executable)
--- a/
t/t7810-grep.sh
+++ b/
t/t7810-grep.sh
@@
-355,7
+355,7
@@
test_expect_success 'grep -l -C' '
cat >expected <<EOF
file:5
EOF
-test_expect_success 'grep -
l
-C' '
+test_expect_success 'grep -
c
-C' '
git grep -c -C1 foo >actual &&
test_cmp expected actual
'