mirror of
https://github.com/neovim/neovim.git
synced 2025-10-21 09:12:07 +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)
|
||||
|
||||
after_each(function()
|
||||
child_session.feed_data("\3") -- Ctrl-C
|
||||
screen:detach()
|
||||
end)
|
||||
|
||||
|
Reference in New Issue
Block a user