]> git.ipfire.org Git - thirdparty/git.git/commit
tests: use the new C rot13-filter helper to avoid PERL prereq
authorMatheus Tavares <matheus.bernardino@usp.br>
Mon, 15 Aug 2022 01:06:38 +0000 (22:06 -0300)
committerJunio C Hamano <gitster@pobox.com>
Mon, 15 Aug 2022 05:57:12 +0000 (22:57 -0700)
commit4d1d843be7a15717b425ad39f8cd4c4a510b4121
tree54080086e8a7797329984a764a734de0c392eb56
parent52917a998ef3aa38afab59032e49909d92141d27
tests: use the new C rot13-filter helper to avoid PERL prereq

The previous commit implemented a C version of the t0021/rot13-filter.pl
script. Let's use this new C helper to eliminate the PERL prereq from
various tests, and also remove the superseded Perl script.

Signed-off-by: Matheus Tavares <matheus.bernardino@usp.br>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t0021-conversion.sh
t/t0021/rot13-filter.pl [deleted file]
t/t2080-parallel-checkout-basics.sh
t/t2082-parallel-checkout-attributes.sh