From: Bram Moolenaar Date: Thu, 22 Feb 2018 10:42:49 +0000 (+0100) Subject: patch 8.0.1530: dump test fails when using a shadow directory X-Git-Tag: v8.0.1530 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=19eb6658eced1b1ce3d1097187ee28c28e352f2e;p=vim 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) --- diff --git a/src/Makefile b/src/Makefile index f814c83b2..5a134a6f4 100644 --- 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 . diff --git a/src/version.c b/src/version.c index aa236d28f..422b820e6 100644 --- a/src/version.c +++ b/src/version.c @@ -771,6 +771,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1530, /**/ 1529, /**/