diff options
author | Charles Bailey <charles@hashpling.org> | 2016-06-30 11:13:47 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-07-01 13:27:38 -0700 |
commit | 89e64100f414e9b2a6458ca8401cfd9626990e13 (patch) | |
tree | 4d6bef6e9232bfc9617958e6c8636842fb82c406 | |
parent | t7810-grep.sh: fix duplicated test name (diff) | |
download | tgif-89e64100f414e9b2a6458ca8401cfd9626990e13.tar.xz |
t7810-grep.sh: fix a whitespace inconsistency
Signed-off-by: Charles Bailey <charles@hashpling.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rwxr-xr-x | t/t7810-grep.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t7810-grep.sh b/t/t7810-grep.sh index 1374c4b964..a88a55c23b 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" ' { |