We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
git add --interactive
1 parent 52a29e9 commit 2878396Copy full SHA for 2878396
t/t3701-add-interactive.sh
@@ -4,7 +4,7 @@ test_description='add -i basic tests'
4
. ./test-lib.sh
5
. "$TEST_DIRECTORY"/lib-terminal.sh
6
7
-if ! test_have_prereq PERL
+if test true != "$GIT_TEST_ADD_I_USE_BUILTIN" && ! test_have_prereq PERL
8
then
9
skip_all='skipping add -i tests, perl not available'
10
test_done
0 commit comments