Skip to content

Commit 2878396

Browse files
committed
fixup??? Start to implement a built-in version of git add --interactive
This should probably go in regardless. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 52a29e9 commit 2878396

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t3701-add-interactive.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ test_description='add -i basic tests'
44
. ./test-lib.sh
55
. "$TEST_DIRECTORY"/lib-terminal.sh
66

7-
if ! test_have_prereq PERL
7+
if test true != "$GIT_TEST_ADD_I_USE_BUILTIN" && ! test_have_prereq PERL
88
then
99
skip_all='skipping add -i tests, perl not available'
1010
test_done

0 commit comments

Comments
 (0)