commit | 1eceadaf481e34ed8155011534159775697ce884 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Sep 26 20:14:56 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Sep 26 20:14:56 2016 +0200 |
tree | 9702813aaebc0ea9b0c213265be56ab61a0c360f | |
parent | c79d6aa01d86cd98cffddc80825c1c600e833bbf [diff] [blame] |
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