Skip to content

Commit 1eceada

Browse files
committed
patch 8.0.0014
Problem: Crypt tests are old style. Solution: Convert to new style.
1 parent c79d6aa commit 1eceada

7 files changed

Lines changed: 7 additions & 130 deletions

File tree

src/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2048,7 +2048,7 @@ test1 \
20482048
test40 test41 test42 test43 test44 test45 test48 test49 \
20492049
test50 test51 test52 test53 test54 test55 test56 test57 test58 test59 \
20502050
test60 test64 test65 test66 test67 test68 test69 \
2051-
test70 test71 test72 test73 test74 test75 test76 test77 test78 test79 \
2051+
test70 test72 test73 test74 test75 test76 test77 test78 test79 \
20522052
test80 test82 test83 test84 test85 test86 test87 test88 test89 \
20532053
test90 test91 test92 test93 test94 test95 test97 test98 test99 \
20542054
test100 test101 test103 test104 test107 test108:

src/testdir/Make_all.mak

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ SCRIPTS_ALL = \
5353
test68.out \
5454
test69.out \
5555
test70.out \
56-
test71.out \
5756
test73.out \
5857
test75.out \
5958
test76.out \

src/testdir/test71.in

Lines changed: 0 additions & 94 deletions
This file was deleted.

src/testdir/test71.ok

Lines changed: 0 additions & 15 deletions
This file was deleted.

src/testdir/test71a.in

Lines changed: 0 additions & 18 deletions
This file was deleted.

src/testdir/test_crypt.vim

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
" Tests for encryption.
2-
" TODO: include tests from test71.
2+
3+
if !has('cryptv')
4+
finish
5+
endif
36

47
func Common_head_only(text)
58
" This was crashing Vim

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -764,6 +764,8 @@ static char *(features[]) =
764764

765765
static int included_patches[] =
766766
{ /* Add new patch number below this line */
767+
/**/
768+
14,
767769
/**/
768770
13,
769771
/**/

0 commit comments

Comments
 (0)