]> Kevux Git Server - rit/commit
t3701: test the built-in `add -i` regardless of NO_PERL
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Tue, 30 Aug 2022 13:54:23 +0000 (13:54 +0000)
committerJunio C Hamano <gitster@pobox.com>
Tue, 30 Aug 2022 17:40:46 +0000 (10:40 -0700)
commit75247802550185d844212df7911dc5f462ac7713
tree8753c651ca5a5ab57d0f4c4879bbb3881c78f989
parentcfd0163d641e785f20d29b70edf83c777941594f
t3701: test the built-in `add -i` regardless of NO_PERL

The built-in `git add --interactive` does not require Perl, therefore we
can safely run these tests even when building with `NO_PERL=LetsDoThat`.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t3701-add-interactive.sh