From 89e64100f414e9b2a6458ca8401cfd9626990e13 Mon Sep 17 00:00:00 2001 From: Charles Bailey Date: Thu, 30 Jun 2016 11:13:47 +0100 Subject: t7810-grep.sh: fix a whitespace inconsistency Signed-off-by: Charles Bailey Signed-off-by: Junio C Hamano --- t/t7810-grep.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ' { -- cgit v1.2.3