mirror of
https://github.com/neovim/neovim.git
synced 2025-10-21 17:21:49 +00:00
tests/ui: Stop the terminal job after testing
When running the tests in a contained environment, the lingering terminal processes prevent the unmounting of the filesystems in the contained environment.
This commit is contained in:
@@ -21,6 +21,7 @@ describe("shell command :!", function()
|
|||||||
end)
|
end)
|
||||||
|
|
||||||
after_each(function()
|
after_each(function()
|
||||||
|
child_session.feed_data("\3") -- Ctrl-C
|
||||||
screen:detach()
|
screen:detach()
|
||||||
end)
|
end)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user