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:
parent
7a86602ff8
commit
a85b81e08a
2
test/tools/patch/ignore-first-file/enabled
Executable file
2
test/tools/patch/ignore-first-file/enabled
Executable file
|
@ -0,0 +1,2 @@
|
|||
#!/bin/sh
|
||||
command -v perl >/dev/null
|
2
test/tools/patch/signature/enabled
Executable file
2
test/tools/patch/signature/enabled
Executable file
|
@ -0,0 +1,2 @@
|
|||
#!/bin/sh
|
||||
command -v perl >/dev/null
|
Loading…
Reference in New Issue
Block a user