]> granicus.if.org Git - vim/commitdiff
patch 8.2.1448: test 77a for VMS depends on small.vim which does not exist v8.2.1448
authorBram Moolenaar <Bram@vim.org>
Fri, 14 Aug 2020 17:11:03 +0000 (19:11 +0200)
committerBram Moolenaar <Bram@vim.org>
Fri, 14 Aug 2020 17:11:03 +0000 (19:11 +0200)
Problem:    Test 77a for VMS depends on small.vim which does not exist.
Solution:   Use the 'silent while 0" trick. (issue #6696)

src/testdir/test77a.in
src/version.c

index 052e29a6112b4d196a97cee40b47c6d57e04c28c..b4f38b5bb94d400bdef22fd1d96be44073e7fb9a 100644 (file)
@@ -10,7 +10,11 @@ If it isn't available then the test will be skipped.
 
 VMS does not have CKSUM but has a built in CHECKSUM - it should be used
 STARTTEST
-:so small.vim
+:silent! while 0
+:  e! test.ok
+:  w! test.out
+:  qa!
+:silent! endwhile
 :if !has("vms")
 : e! test.ok
 : w! test.out
index 11dd39654613bd8629c0b3a5b8094880bfc119c7..e9bf1b7d8c2570add5d09b86077b1b2c986a2168 100644 (file)
@@ -754,6 +754,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1448,
 /**/
     1447,
 /**/