summaryrefslogtreecommitdiff
path: root/t/t3701-add-interactive.sh
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2023-04-01 00:50:23 (GMT)
committerJunio C Hamano <gitster@pobox.com>2023-04-01 00:50:23 (GMT)
commit0d865049f71a12985428282b5f88c0d33d74e415 (patch)
tree23b436c6b896d17d84f19216869bc46670987ca4 /t/t3701-add-interactive.sh
parentdd88a1af1acdcea5991a405c3e11d855532abb03 (diff)
parent3457b50e8c08a95167d5ddd0dcc8386eabb52553 (diff)
downloadgit-0d865049f71a12985428282b5f88c0d33d74e415.zip
git-0d865049f71a12985428282b5f88c0d33d74e415.tar.gz
git-0d865049f71a12985428282b5f88c0d33d74e415.tar.bz2
Merge branch 'ab/retire-scripted-add-p'
Test fix. * ab/retire-scripted-add-p: t3701: we don't need no Perl for `add -i` anymore
Diffstat (limited to 't/t3701-add-interactive.sh')
-rwxr-xr-xt/t3701-add-interactive.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/t/t3701-add-interactive.sh b/t/t3701-add-interactive.sh
index b8aaece..3982b6b 100755
--- a/t/t3701-add-interactive.sh
+++ b/t/t3701-add-interactive.sh
@@ -7,12 +7,6 @@ export GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME
. ./test-lib.sh
. "$TEST_DIRECTORY"/lib-terminal.sh
-if test_have_prereq !PERL
-then
- skip_all='skipping add -i (scripted) tests, perl not available'
- test_done
-fi
-
diff_cmp () {
for x
do