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

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