summaryrefslogtreecommitdiff
path: root/tests/test_misc.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_misc.py')
-rwxr-xr-xtests/test_misc.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/test_misc.py b/tests/test_misc.py
index 00385ec..5c7f546 100755
--- a/tests/test_misc.py
+++ b/tests/test_misc.py
@@ -219,10 +219,6 @@ class TestCaseMisc(PexpectTestCase.PexpectTestCase):
pass
else:
self.fail ("child.expect({}) should have raised a TypeError")
- def test_winsize(self):
- child = pexpect.spawn('cat')
- child.setwinsize(10,13)
- assert child.getwinsize()==(10,13), "getwinsize() did not return (10,13)"
def test_env(self):
default = pexpect.run('env')