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:
James McCoy 2016-09-14 10:19:07 -04:00
parent 5f42184873
commit df99e43ba4
No known key found for this signature in database
GPG Key ID: DFE691AE331BA3DB

View File

@ -21,6 +21,7 @@ describe("shell command :!", function()
end)
after_each(function()
child_session.feed_data("\3") -- Ctrl-C
screen:detach()
end)