Restore output_spec assertion dropped in f332eba

This commit is contained in:
James McCoy 2016-09-14 20:59:09 -04:00
parent df99e43ba4
commit c28fb221ba
No known key found for this signature in database
GPG Key ID: DFE691AE331BA3DB

View File

@ -30,12 +30,12 @@ describe("shell command :!", function()
-- to avoid triggering a UI flush. -- to avoid triggering a UI flush.
child_session.feed_data(":!printf foo; sleep 200\n") child_session.feed_data(":!printf foo; sleep 200\n")
screen:expect([[ screen:expect([[
{1: } |
{4:~ }|
{4:~ }| {4:~ }|
{4:~ }| {4:~ }|
{5:[No Name] }| {5:[No Name] }|
:!printf foo; sleep 200 |
| |
foo |
{3:-- TERMINAL --} | {3:-- TERMINAL --} |
]]) ]])
end) end)