aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/functional/ui/output_spec.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/functional/ui/output_spec.lua b/test/functional/ui/output_spec.lua
index 6d24a3c9ff..5576870b29 100644
--- a/test/functional/ui/output_spec.lua
+++ b/test/functional/ui/output_spec.lua
@@ -21,6 +21,7 @@ describe("shell command :!", function()
end)
after_each(function()
+ child_session.feed_data("\3") -- Ctrl-C
screen:detach()
end)