1
0
forked from aniani/vim

patch 8.0.0438: the fnamemodify test may cause later tests to fail

Problem:    The fnamemodify test changes 'shell' in a way later tests may not
            be able to use system().
Solution:   Save and restore 'shell'.
This commit is contained in:
Bram Moolenaar
2017-03-09 14:00:27 +01:00
parent 644df41c44
commit 056f700031
2 changed files with 7 additions and 1 deletions

View File

@@ -764,6 +764,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
438,
/**/
437,
/**/