From: Johannes Schindelin <johannes.schindelin@xxxxxx> This should have been removed in `ab/retire-scripted-add-p` but wasn't. Signed-off-by: Johannes Schindelin <johannes.schindelin@xxxxxx> --- t3701: remove PERL prereq I just noticed that this is still left-over. Published-As: https://github.com/gitgitgadget/git/releases/tag/pr-1504%2Fdscho%2Ft3701-needs-no-perl-v1 Fetch-It-Via: git fetch https://github.com/gitgitgadget/git pr-1504/dscho/t3701-needs-no-perl-v1 Pull-Request: https://github.com/gitgitgadget/git/pull/1504 t/t3701-add-interactive.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/t/t3701-add-interactive.sh b/t/t3701-add-interactive.sh index 3a99837d9b1..ac43333619d 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 base-commit: 73876f4861cd3d187a4682290ab75c9dccadbc56 -- gitgitgadget