changeset 13312:e985194a76f1 v8.0.1530

patch 8.0.1530: dump test fails when using a shadow directory commit https://github.com/vim/vim/commit/19eb6658eced1b1ce3d1097187ee28c28e352f2e Author: Bram Moolenaar <Bram@vim.org> Date: Thu Feb 22 11:42:49 2018 +0100 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)
author Christian Brabandt <cb@256bit.org>
date Thu, 22 Feb 2018 11:45:07 +0100
parents 7d14de7ad1ff
children 97fb19f36653
files src/Makefile src/version.c
diffstat 2 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/Makefile
+++ b/src/Makefile
@@ -2881,6 +2881,7 @@ shadow:	runtime pixmaps
 				 ../../testdir/pyxfile \
 				 ../../testdir/sautest \
 				 ../../testdir/samples \
+				 ../../testdir/dumps \
 				 ../../testdir/test83-tags? \
 				 ../../testdir/*.ok .
 
--- a/src/version.c
+++ b/src/version.c
@@ -772,6 +772,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1530,
+/**/
     1529,
 /**/
     1528,