From 7abc1869e552b80ea35923ae4315cb8bb0b47b64 Mon Sep 17 00:00:00 2001 From: Ghanshyam Thakkar Date: Tue, 13 Feb 2024 05:35:30 +0530 Subject: add -p tests: remove PERL prerequisites The Perl version of the add -i/-p commands has been removed since 20b813d (add: remove "add.interactive.useBuiltin" & Perl "git add--interactive", 2023-02-07) Therefore, Perl prerequisite in the test scripts which use the patch mode functionality is not neccessary. Signed-off-by: Ghanshyam Thakkar Signed-off-by: Junio C Hamano --- t/t7514-commit-patch.sh | 6 ------ 1 file changed, 6 deletions(-) (limited to 't/t7514-commit-patch.sh') diff --git a/t/t7514-commit-patch.sh b/t/t7514-commit-patch.sh index 998a2103c7..b4de10a5dd 100755 --- a/t/t7514-commit-patch.sh +++ b/t/t7514-commit-patch.sh @@ -3,12 +3,6 @@ test_description='hunk edit with "commit -p -m"' . ./test-lib.sh -if ! test_have_prereq PERL -then - skip_all="skipping '$test_description' tests, perl not available" - test_done -fi - test_expect_success 'setup (initial)' ' echo line1 >file && git add file && -- cgit v1.3