diff options
Diffstat (limited to 't/lib-patch-mode.sh')
-rw-r--r--[-rwxr-xr-x] | t/lib-patch-mode.sh | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/t/lib-patch-mode.sh b/t/lib-patch-mode.sh index 75a3ee283d..06c3c91762 100755..100644 --- a/t/lib-patch-mode.sh +++ b/t/lib-patch-mode.sh @@ -1,9 +1,6 @@ -. ./test-lib.sh +: included from t2016 and others -if ! test_have_prereq PERL; then - say 'skipping --patch tests, perl not available' - test_done -fi +. ./test-lib.sh set_state () { echo "$3" > "$1" && |