X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=t%2Flib-patch-mode.sh;h=06c3c9176207af6c27c924377f29cc2bd0c881e5;hb=1f238da57334ca0155ae7560b173eefc8c4c157a;hp=375e2486511656df4294f0a4b750fd8d3f16d273;hpb=33a0292e612915320e56f392b3372589f602a9e6;p=git.git diff --git a/t/lib-patch-mode.sh b/t/lib-patch-mode.sh index 375e24865..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 - skip_all='skipping --patch tests, perl not available' - test_done -fi - set_state () { echo "$3" > "$1" && git add "$1" &&