From afdf9b1020399cff9e26dc447926a846eac610f4 Mon Sep 17 00:00:00 2001 From: Guillaume Chazarain Date: Sat, 31 May 2008 21:47:59 +0200 Subject: [PATCH] Avoid leaking sleep processes --- tests/tests/control_commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/tests/control_commands.py b/tests/tests/control_commands.py index 04ef9cc..ee9c4fa 100644 --- a/tests/tests/control_commands.py +++ b/tests/tests/control_commands.py @@ -303,5 +303,5 @@ localhost: appended to the log for i in xrange(3): child.expect('2h[ #][ 12]: message') child.expect('waiting \(3/3\)> ') - child.sendline(':quit') + child.sendintr() child.expect(pexpect.EOF) -- 2.11.4.GIT