]> granicus.if.org Git - vim/commitdiff
patch 8.1.0459: Test_executable fails when there is a dog in the system v8.1.0459
authorBram Moolenaar <Bram@vim.org>
Sun, 7 Oct 2018 16:43:05 +0000 (18:43 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 7 Oct 2018 16:43:05 +0000 (18:43 +0200)
Problem:    Test_executable fails when there is a dog in the system.
Solution:   Rename the dog. (Hirohito Higashi)

src/testdir/test_functions.vim
src/version.c

index d601c278cc495380ae8c0b1bf40c70c2c22dfc1f..e59cdf82a39efe039f35c550e43e0b85f0af7006 100644 (file)
@@ -855,7 +855,7 @@ func Test_Executable()
     call assert_equal(0, executable('win.ini'))
   elseif has('unix')
     call assert_equal(1, executable('cat'))
-    call assert_equal(0, executable('dog'))
+    call assert_equal(0, executable('nodogshere'))
   endif
 endfunc
 
index b25f1324553053c0dfbe9fc4ab9ea959c428add1..c868496700f8b369f27f69ee3bd92ca2a280bafb 100644 (file)
@@ -792,6 +792,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    459,
 /**/
     458,
 /**/