mirror of
https://github.com/neovim/neovim.git
synced 2025-10-14 13:56:05 +00:00
test: fix dependencies between test cases
Discovered using --shuffle argument of busted.
(cherry picked from commit f273a5a529
)
This commit is contained in:

committed by
github-actions[bot]
![github-actions[bot]](/assets/img/avatar_default.png)
parent
5c26f463bb
commit
1d9ef90115
@@ -15,6 +15,8 @@ local set_shell_powershell = helpers.set_shell_powershell
|
||||
local skip = helpers.skip
|
||||
local is_os = helpers.is_os
|
||||
|
||||
clear() -- for has_powershell()
|
||||
|
||||
describe("shell command :!", function()
|
||||
local screen
|
||||
before_each(function()
|
||||
|
Reference in New Issue
Block a user