Skip to content

Commit a05a0d3

Browse files
committed
patch 8.1.0459: Test_executable fails when there is a dog in the system
Problem: Test_executable fails when there is a dog in the system. Solution: Rename the dog. (Hirohito Higashi)
1 parent df77cef commit a05a0d3

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/testdir/test_functions.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -855,7 +855,7 @@ func Test_Executable()
855855
call assert_equal(0, executable('win.ini'))
856856
elseif has('unix')
857857
call assert_equal(1, executable('cat'))
858-
call assert_equal(0, executable('dog'))
858+
call assert_equal(0, executable('nodogshere'))
859859
endif
860860
endfunc
861861

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -792,6 +792,8 @@ static char *(features[]) =
792792

793793
static int included_patches[] =
794794
{ /* Add new patch number below this line */
795+
/**/
796+
459,
795797
/**/
796798
458,
797799
/**/

0 commit comments

Comments
 (0)