patch 8.0.0014
Problem:    Crypt tests are old style.
Solution:   Convert to new style.
diff --git a/src/testdir/test_crypt.vim b/src/testdir/test_crypt.vim
index 96b8b1b..4e9cc2e 100644
--- a/src/testdir/test_crypt.vim
+++ b/src/testdir/test_crypt.vim
@@ -1,5 +1,8 @@
 " Tests for encryption.
-" TODO: include tests from test71.
+
+if !has('cryptv')
+  finish
+endif
 
 func Common_head_only(text)
   " This was crashing Vim