From 36e06663d5635bf84fd7424a3ec3434af16469c1 Mon Sep 17 00:00:00 2001 From: Guillaume Chazarain Date: Thu, 29 May 2008 22:53:15 +0200 Subject: [PATCH] Factorize --- 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 8450744..043aeee 100644 --- a/tests/tests/control_commands.py +++ b/tests/tests/control_commands.py @@ -67,7 +67,7 @@ class TestControlCommands(unittest.TestCase): child.expect(pexpect.EOF) def testReconnect(self): - child = launch_gsh(['localhost', 'localhost']) + child = launch_gsh(['localhost'] * 2) child.expect('ready \(2\)> ') child.sendline(':disable localhost') child.sendline('exit') -- 2.11.4.GIT