mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06: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:
parent
5f42184873
commit
df99e43ba4
@ -21,6 +21,7 @@ describe("shell command :!", function()
|
||||
end)
|
||||
|
||||
after_each(function()
|
||||
child_session.feed_data("\3") -- Ctrl-C
|
||||
screen:detach()
|
||||
end)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user