aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDrew Neil <andrew.jr.neil@gmail.com>2017-05-25 11:35:27 +0100
committerDrew Neil <andrew.jr.neil@gmail.com>2017-08-21 20:44:03 +0100
commitac529478382fc16c02f9d341925029c972cef455 (patch)
tree2487184496f14ac2a1f26b6b4c8321ac9cc2e4fd
parent642e14d9e7d946d1ebd4395f9c9497926c0df2f3 (diff)
downloadrneovim-ac529478382fc16c02f9d341925029c972cef455.tar.gz
rneovim-ac529478382fc16c02f9d341925029c972cef455.tar.bz2
rneovim-ac529478382fc16c02f9d341925029c972cef455.zip
Repair job_spec functional tests
-rw-r--r--test/functional/core/job_spec.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/functional/core/job_spec.lua b/test/functional/core/job_spec.lua
index 54e56f7f41..1b8a5b1b95 100644
--- a/test/functional/core/job_spec.lua
+++ b/test/functional/core/job_spec.lua
@@ -677,12 +677,12 @@ describe("pty process teardown", function()
-- Exiting should terminate all descendants (PTY, its children, ...).
screen:expect([[
- |
+ ^ |
[Process exited 0] |
|
|
|
- -- TERMINAL -- |
+ |
]])
end)
end)