diff options
Diffstat (limited to 't/lib-patch-mode.sh')
-rw-r--r-- | t/lib-patch-mode.sh | 5 |
1 files changed, 0 insertions, 5 deletions
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" && |