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

View File

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