From c2f58d0cdcd1fd6764adcd73e084d169179cffbb Mon Sep 17 00:00:00 2001 From: Guillaume Chazarain Date: Sat, 31 May 2008 17:15:44 +0200 Subject: [PATCH] Remove useless close --- tests/tests/non_interactive.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/tests/non_interactive.py b/tests/tests/non_interactive.py index a8d88a3..97eef11 100644 --- a/tests/tests/non_interactive.py +++ b/tests/tests/non_interactive.py @@ -31,7 +31,6 @@ class TestNonInteractive(unittest.TestCase): child.expect('localhost: text') child.sendintr() child.expect(pexpect.EOF) - child.close() def testSimpleCommandStdin(self): child = launch_gsh(['localhost'], input_data='echo line') -- 2.11.4.GIT