]> git.ipfire.org Git - thirdparty/git.git/commit
t: use test_grep in t3701 and t4055
authorLeon Michalak <leonmichalak6@gmail.com>
Tue, 29 Jul 2025 07:01:48 +0000 (07:01 +0000)
committerJunio C Hamano <gitster@pobox.com>
Tue, 29 Jul 2025 15:52:44 +0000 (08:52 -0700)
commit671b28394d3d3af645752afec3e6a447ee075172
tree15e1377fb58ac6ad1879f5863637b59c829a1c47
parent16bd9f20a403117f2e0d9bcda6c6e621d3763e77
t: use test_grep in t3701 and t4055

As a preparatory clean-up, use the "test_grep" test utility instead of
regular "grep" which provides better debug information if tests fail.

Signed-off-by: Leon Michalak <leonmichalak6@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t3701-add-interactive.sh
t/t4055-diff-context.sh