From 1c8670ffc99739adcc764f885c25e120ed08c801 Mon Sep 17 00:00:00 2001 From: Guillaume Chazarain Date: Sat, 31 May 2008 19:45:27 +0200 Subject: [PATCH] When debugging, the log can be filled even without entering a command because of the initialization stuff --- tests/tests/control_commands.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/tests/control_commands.py b/tests/tests/control_commands.py index 22f5c34..54f757e 100644 --- a/tests/tests/control_commands.py +++ b/tests/tests/control_commands.py @@ -183,7 +183,6 @@ class TestControlCommands(unittest.TestCase): child.expect("\[Errno 13\].*'/cannot_write'") child.expect(pexpect.EOF) child = launch_gsh(['--log-file=/dev/full', 'localhost']) - child.expect('ready \(1\)> ') child.sendline('echo something') child.expect('Exception while writing log: /dev/full') child.expect('\[Errno 28\]') -- 2.11.4.GIT