aboutsummaryrefslogtreecommitdiff
path: root/test/functional/terminal/ex_terminal_spec.lua
diff options
context:
space:
mode:
authorMarco Hinz <mh.codebro@gmail.com>2015-11-15 16:58:34 +0100
committerMarco Hinz <mh.codebro@gmail.com>2015-11-15 16:58:34 +0100
commit660f12f5b3988ac1d4f992fc113164e587a76600 (patch)
tree8673fe8237b5ef13ceddab7deff66ce09711fdda /test/functional/terminal/ex_terminal_spec.lua
parent46cb0ffc91b977312f9ea2a8603bc52354d4cac9 (diff)
parentec847af48d0a12aa177c0f51cfc11be0ebac26e5 (diff)
downloadrneovim-660f12f5b3988ac1d4f992fc113164e587a76600.tar.gz
rneovim-660f12f5b3988ac1d4f992fc113164e587a76600.tar.bz2
rneovim-660f12f5b3988ac1d4f992fc113164e587a76600.zip
Merge PR #3653 'Add TermClose event'
Diffstat (limited to 'test/functional/terminal/ex_terminal_spec.lua')
-rw-r--r--test/functional/terminal/ex_terminal_spec.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/functional/terminal/ex_terminal_spec.lua b/test/functional/terminal/ex_terminal_spec.lua
index 3855cf4b65..611ba55793 100644
--- a/test/functional/terminal/ex_terminal_spec.lua
+++ b/test/functional/terminal/ex_terminal_spec.lua
@@ -22,7 +22,7 @@ describe(':terminal', function()
wait()
screen:expect([[
ready $ |
- [Program exited, press any key to close] |
+ [Process exited 0] |
|
|
|
@@ -37,7 +37,7 @@ describe(':terminal', function()
screen:expect([[
ready $ echo hi |
|
- [Program exited, press any key to close] |
+ [Process exited 0] |
|
|
|
@@ -51,7 +51,7 @@ describe(':terminal', function()
screen:expect([[
ready $ echo 'hello' \ "world" |
|
- [Program exited, press any key to close] |
+ [Process exited 0] |
|
|
|