]> granicus.if.org Git - vim/commitdiff
patch 8.0.1530: dump test fails when using a shadow directory v8.0.1530
authorBram Moolenaar <Bram@vim.org>
Thu, 22 Feb 2018 10:42:49 +0000 (11:42 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 22 Feb 2018 10:42:49 +0000 (11:42 +0100)
Problem:    Dump test fails when using a shadow directory.
Solution:   Add the directory to the list of symlinks to make (Elimar
            Riesebieter)

src/Makefile
src/version.c

index f814c83b2744fc28284722212cc3ea05610b870a..5a134a6f45491e3d6f312de1ce4d79e555b5a6b7 100644 (file)
@@ -2881,6 +2881,7 @@ shadow:   runtime pixmaps
                                 ../../testdir/pyxfile \
                                 ../../testdir/sautest \
                                 ../../testdir/samples \
+                                ../../testdir/dumps \
                                 ../../testdir/test83-tags? \
                                 ../../testdir/*.ok .
 
index aa236d28f2d05a0a82106480e1b3aa8a4f0e23e9..422b820e6b42da13e3cbd13495d26dd56fff4cdd 100644 (file)
@@ -771,6 +771,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1530,
 /**/
     1529,
 /**/