diff options
Diffstat (limited to 't/lib-patch-mode.sh')
-rw-r--r-- | t/lib-patch-mode.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/lib-patch-mode.sh b/t/lib-patch-mode.sh index ce36f34d03..375e248651 100644 --- a/t/lib-patch-mode.sh +++ b/t/lib-patch-mode.sh @@ -3,7 +3,7 @@ . ./test-lib.sh if ! test_have_prereq PERL; then - say 'skipping --patch tests, perl not available' + skip_all='skipping --patch tests, perl not available' test_done fi |