aboutsummaryrefslogtreecommitdiff
path: root/test/functional/core/job_spec.lua
diff options
context:
space:
mode:
authorckelsel <ckelsel@hotmail.com>2017-08-30 19:44:19 +0800
committerckelsel <ckelsel@hotmail.com>2017-08-30 19:44:19 +0800
commit9ae353ab44724808a41794589b68c1b4339d572a (patch)
tree7f3091f1b66b1b0eaa240db0186575940c33c86c /test/functional/core/job_spec.lua
parent0b6fa3a553da3b83419c48fcbb6fb3ec413598e0 (diff)
parent5566f30006a73c30dfbdeece2e08830826d28aa4 (diff)
downloadrneovim-9ae353ab44724808a41794589b68c1b4339d572a.tar.gz
rneovim-9ae353ab44724808a41794589b68c1b4339d572a.tar.bz2
rneovim-9ae353ab44724808a41794589b68c1b4339d572a.zip
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'test/functional/core/job_spec.lua')
-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)