test/old: cherry-pick patch 8.1.0711 changes for test_trycatch.vim

This commit is contained in:
Jan Edmund Lazo 2020-10-21 00:02:31 -04:00
parent cacdef5ff1
commit aed5a53d5f
No known key found for this signature in database
GPG Key ID: 64915E6E9F735B15

View File

@ -3,7 +3,7 @@
source shared.vim
source check.vim
function! Test_System()
func Test_System()
if !executable('echo') || !executable('cat') || !executable('wc')
return
endif