From a63c07525915791690d415de10ec3ea9f071b2a4 Mon Sep 17 00:00:00 2001 From: Guillaume Chazarain Date: Sat, 31 May 2008 21:39:51 +0200 Subject: [PATCH] Ease test --- tests/tests/control_commands.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/tests/control_commands.py b/tests/tests/control_commands.py index 54f757e..cae269e 100644 --- a/tests/tests/control_commands.py +++ b/tests/tests/control_commands.py @@ -172,6 +172,7 @@ class TestControlCommands(unittest.TestCase): child.expect('ready \(1\)> ') child.sendline('echo /sbi\t') child.expect('localhost: /sbin/') + child.expect('ready \(1\)> ') child.sendeof() child.expect(pexpect.EOF) -- 2.11.4.GIT