SQUASH??? prepare for mm/test-grep-lint

This commit is contained in:
Junio C Hamano
2026-06-16 09:37:25 -07:00
parent d187425937
commit 887d44c1d7

View File

@@ -625,7 +625,7 @@ test_expect_success 'replay --linearize produces the same patches' '
# and the replayed chain (main..tip) must produce identical patches.
git range-diff I..topic-with-merge main..$tip >out &&
test_file_not_empty out &&
! grep -v "=" out &&
test_grep ! -v "=" out &&
git log --oneline main..$tip >out &&
test_line_count = 3 out