mirror of
https://github.com/neovim/neovim.git
synced 2025-11-07 03:04:22 +00:00
tests: fix the glob tests when building under a long path #3214
This commit is contained in:
committed by
Justin M. Keyes
parent
c75d5010b7
commit
f9778052af
@@ -4,7 +4,9 @@ local clear, execute, eval, eq = helpers.clear, helpers.execute, helpers.eval, h
|
|||||||
before_each(function()
|
before_each(function()
|
||||||
clear()
|
clear()
|
||||||
lfs.mkdir('test-glob')
|
lfs.mkdir('test-glob')
|
||||||
execute('cd test-glob')
|
|
||||||
|
-- Long path might cause "Press ENTER" prompt; use :silent to avoid it.
|
||||||
|
execute('silent cd test-glob')
|
||||||
end)
|
end)
|
||||||
|
|
||||||
after_each(function()
|
after_each(function()
|
||||||
|
|||||||
Reference in New Issue
Block a user