git.99rst.org
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
878452b
)
t7810-grep.sh: fix a whitespace inconsistency
author
Charles Bailey
<redacted>
Thu, 30 Jun 2016 10:13:47 +0000
(11:13 +0100)
committer
Junio C Hamano
<redacted>
Fri, 1 Jul 2016 20:27:38 +0000
(13:27 -0700)
Signed-off-by: Charles Bailey <redacted>
Signed-off-by: Junio C Hamano <redacted>
t/t7810-grep.sh
patch
|
blob
|
history
diff --git
a/t/t7810-grep.sh
b/t/t7810-grep.sh
index 1374c4b9641fe82a5e850b4095be781784e0b378..a88a55c23bc9e0987f0df8dcca1064a75a4a98a1 100755
(executable)
--- a/
t/t7810-grep.sh
+++ b/
t/t7810-grep.sh
@@
-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" '
{
git clone https://git.99rst.org/PROJECT