X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Flib-patch-mode.sh;h=06c3c9176207af6c27c924377f29cc2bd0c881e5;hb=19a6cd372a998df3079d870e02c064c5bb101841;hp=ce36f34d0337d29f6ec8f274cd99ad201bd3965d;hpb=73776dc1ebb61bc797e9f2fcfdfcd773511dfb8a;p=git.git diff --git a/t/lib-patch-mode.sh b/t/lib-patch-mode.sh index ce36f34d0..06c3c9176 100644 --- a/t/lib-patch-mode.sh +++ b/t/lib-patch-mode.sh @@ -2,11 +2,6 @@ . ./test-lib.sh -if ! test_have_prereq PERL; then - say 'skipping --patch tests, perl not available' - test_done -fi - set_state () { echo "$3" > "$1" && git add "$1" &&