diff options
author | James McCoy <jamessan@jamessan.com> | 2016-09-14 20:59:09 -0400 |
---|---|---|
committer | James McCoy <jamessan@jamessan.com> | 2016-09-14 20:59:09 -0400 |
commit | c28fb221ba9f4403c3d264cc50c08160141aaacb (patch) | |
tree | 52a9802c98326bf578ec22aaa56dc166c8f25790 | |
parent | df99e43ba46ba6475b2fede9110616d761079fb7 (diff) | |
download | rneovim-c28fb221ba9f4403c3d264cc50c08160141aaacb.tar.gz rneovim-c28fb221ba9f4403c3d264cc50c08160141aaacb.tar.bz2 rneovim-c28fb221ba9f4403c3d264cc50c08160141aaacb.zip |
Restore output_spec assertion dropped in f332eba
-rw-r--r-- | test/functional/ui/output_spec.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/functional/ui/output_spec.lua b/test/functional/ui/output_spec.lua index 5576870b29..c58bbe9147 100644 --- a/test/functional/ui/output_spec.lua +++ b/test/functional/ui/output_spec.lua @@ -30,12 +30,12 @@ describe("shell command :!", function() -- to avoid triggering a UI flush. child_session.feed_data(":!printf foo; sleep 200\n") screen:expect([[ - {1: } | - {4:~ }| {4:~ }| {4:~ }| {5:[No Name] }| + :!printf foo; sleep 200 | | + foo | {3:-- TERMINAL --} | ]]) end) |