mirror of
				https://github.com/neovim/neovim.git
				synced 2025-11-04 01:34:25 +00:00 
			
		
		
		
	tests: executable_spec: keep assertion (#10408)
It was moved to become pending in 18127f64c, but the assertion should be
kept.
			
			
This commit is contained in:
		@@ -29,6 +29,8 @@ describe('executable()', function()
 | 
				
			|||||||
    local is_executable = call('executable', sibling_exe)
 | 
					    local is_executable = call('executable', sibling_exe)
 | 
				
			||||||
    if iswin() and is_executable ~= expected then
 | 
					    if iswin() and is_executable ~= expected then
 | 
				
			||||||
      pending('XXX: sometimes fails on AppVeyor')
 | 
					      pending('XXX: sometimes fails on AppVeyor')
 | 
				
			||||||
 | 
					    else
 | 
				
			||||||
 | 
					      eq(expected, is_executable)
 | 
				
			||||||
    end
 | 
					    end
 | 
				
			||||||
  end)
 | 
					  end)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user