mirror of
https://github.com/neovim/neovim.git
synced 2025-12-16 03:15:39 +00:00
test: fix dependencies between test cases (#23343)
Discovered using --shuffle argument of busted.
This commit is contained in:
@@ -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