patch 8.1.1826: tests use hand coded feature and option checks
Problem: Tests use hand coded feature and option checks.
Solution: Use the commands from check.vim in more tests.
diff --git a/src/testdir/test_conceal.vim b/src/testdir/test_conceal.vim
index f114651..6b95242 100644
--- a/src/testdir/test_conceal.vim
+++ b/src/testdir/test_conceal.vim
@@ -1,14 +1,11 @@
" Tests for 'conceal'.
" Also see test88.in (should be converted to a test function here).
-if !has('conceal')
- throw 'Skipped: conceal feature missing'
-endif
+source check.vim
+CheckFeature conceal
source screendump.vim
-if !CanRunVimInTerminal()
- throw 'Skipped: cannot make screendumps'
-endif
+CheckScreendump
func Test_conceal_two_windows()
let code =<< trim [CODE]