0
0
mirror of https://github.com/vim/vim.git synced 2025-07-26 11:04:33 -04:00

patch 8.0.1530: dump test fails when using a shadow directory

Problem:    Dump test fails when using a shadow directory.
Solution:   Add the directory to the list of symlinks to make (Elimar
            Riesebieter)
This commit is contained in:
Bram Moolenaar 2018-02-22 11:42:49 +01:00
parent 3049418f3d
commit 19eb6658ec
2 changed files with 3 additions and 0 deletions

View File

@ -2881,6 +2881,7 @@ shadow: runtime pixmaps
../../testdir/pyxfile \
../../testdir/sautest \
../../testdir/samples \
../../testdir/dumps \
../../testdir/test83-tags? \
../../testdir/*.ok .

View File

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