test(old): remove OpenBSD skip (#20201)

This commit is contained in:
zeertzjq
2022-09-15 11:36:13 +08:00
committed by GitHub
parent bf6de51f55
commit 89b9eab638

View File

@@ -230,7 +230,6 @@ endfunc
" Test for the :language command
func Test_language_cmd()
CheckNotMSWindows " FIXME: why does this fail on Windows CI?
CheckNotBSD " FIXME: why does this fail on OpenBSD CI?
CheckFeature multi_lang
call assert_fails('language ctype non_existing_lang', 'E197:')