From ac529478382fc16c02f9d341925029c972cef455 Mon Sep 17 00:00:00 2001 From: Drew Neil Date: Thu, 25 May 2017 11:35:27 +0100 Subject: Repair job_spec functional tests --- test/functional/core/job_spec.lua | 4 ++-- 1 file 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) -- cgit