summaryrefslogtreecommitdiff
path: root/t/t7810-grep.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/t7810-grep.sh')
-rwxr-xr-xt/t7810-grep.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/t/t7810-grep.sh b/t/t7810-grep.sh
index 9312c8d..fc44ec9 100755
--- a/t/t7810-grep.sh
+++ b/t/t7810-grep.sh
@@ -676,8 +676,7 @@ test_expect_success 'log grep (5)' '
test_expect_success 'log grep (6)' '
git log --author=-0700 --pretty=tformat:%s >actual &&
- >expect &&
- test_cmp expect actual
+ test_must_be_empty actual
'
test_expect_success 'log grep (7)' '