diff options
| author | jquast <contact@jeffquast.com> | 2014-05-25 09:20:33 -0700 |
|---|---|---|
| committer | jquast <contact@jeffquast.com> | 2014-05-25 09:20:33 -0700 |
| commit | e4d63327d2d4890b1ef549f87f0a137e6fa7eb94 (patch) | |
| tree | bccb3f0614ea282a63e5d57886d02ea95d961ab7 /tests/test_expect.py | |
| parent | 78b16ad8f06ce20b5274a7a7c17f3a8a042edd46 (diff) | |
| download | pexpect-issue-20-try-2.tar.gz | |
more naughty attempts, cleaning up, as not to loseissue-20-try-2
Diffstat (limited to 'tests/test_expect.py')
| -rwxr-xr-x | tests/test_expect.py | 1 |
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) |
