summaryrefslogtreecommitdiff
path: root/t/t7810-grep.sh
diff options
context:
space:
mode:
authorCharles Bailey <charles@hashpling.org>2016-06-30 10:13:47 (GMT)
committerJunio C Hamano <gitster@pobox.com>2016-07-01 20:27:38 (GMT)
commit89e64100f414e9b2a6458ca8401cfd9626990e13 (patch)
tree4d6bef6e9232bfc9617958e6c8636842fb82c406 /t/t7810-grep.sh
parent878452b966521d75a58aa062bbe70511df88f497 (diff)
downloadgit-89e64100f414e9b2a6458ca8401cfd9626990e13.zip
git-89e64100f414e9b2a6458ca8401cfd9626990e13.tar.gz
git-89e64100f414e9b2a6458ca8401cfd9626990e13.tar.bz2
t7810-grep.sh: fix a whitespace inconsistency
Signed-off-by: Charles Bailey <charles@hashpling.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t7810-grep.sh')
-rwxr-xr-xt/t7810-grep.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t7810-grep.sh b/t/t7810-grep.sh
index 1374c4b..a88a55c 100755
--- 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" '
{