Skip to content

Commit 887d44c

Browse files
committed
SQUASH??? prepare for mm/test-grep-lint
1 parent d187425 commit 887d44c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

t/t3650-replay-basics.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -625,7 +625,7 @@ test_expect_success 'replay --linearize produces the same patches' '
625625
# and the replayed chain (main..tip) must produce identical patches.
626626
git range-diff I..topic-with-merge main..$tip >out &&
627627
test_file_not_empty out &&
628-
! grep -v "=" out &&
628+
test_grep ! -v "=" out &&
629629
630630
git log --oneline main..$tip >out &&
631631
test_line_count = 3 out

0 commit comments

Comments
 (0)