From 887d44c1d70de4f831491c8da2154743fa28307d Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Tue, 16 Jun 2026 09:37:25 -0700 Subject: [PATCH] SQUASH??? prepare for mm/test-grep-lint --- t/t3650-replay-basics.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/t3650-replay-basics.sh b/t/t3650-replay-basics.sh index 1874d06769..b9ce6c4868 100755 --- a/t/t3650-replay-basics.sh +++ b/t/t3650-replay-basics.sh @@ -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