summaryrefslogtreecommitdiff
path: root/tests/test_expect.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_expect.py')
-rwxr-xr-xtests/test_expect.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_expect.py b/tests/test_expect.py
index bcaed82..d5d0c9c 100755
--- a/tests/test_expect.py
+++ b/tests/test_expect.py
@@ -460,7 +460,6 @@ class ExpectTestCase (PexpectTestCase.PexpectTestCase):
self.assertEqual(expect([b'1, 2, 3', b'2,']), 1)
def test_greed(self):
- # fails on travis on occasion .. ?
p = pexpect.spawn(self.PYTHONBIN + ' list100.py')
self._greed(p.expect)