1
1
mirror of https://github.com/mawww/kakoune.git synced 2024-08-16 16:20:38 +03:00

test tools patch: disable when perl is missing

This failed on freebsd_gcc task in
Cirrus because Perl is not installed, see
https://github.com/mawww/kakoune/pull/5101/checks?check_run_id=21604156722
This commit is contained in:
Johannes Altmanninger 2024-02-17 22:52:20 +01:00 committed by Maxime Coste
parent 7a86602ff8
commit a85b81e08a
2 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,2 @@
#!/bin/sh
command -v perl >/dev/null

View File

@ -0,0 +1,2 @@
#!/bin/sh
command -v perl >/dev/null