Author: Maciej Fijalkowski <[email protected]>
Branch: split-rpython
Changeset: r60223:d4f5fc22f903
Date: 2013-01-20 11:06 +0200
http://bitbucket.org/pypy/pypy/changeset/d4f5fc22f903/

Log:    Since we run stuff in the subprocess we can just kill expect here

diff --git a/pypy/module/_minimal_curses/test/test_curses.py 
b/pypy/module/_minimal_curses/test/test_curses.py
--- a/pypy/module/_minimal_curses/test/test_curses.py
+++ b/pypy/module/_minimal_curses/test/test_curses.py
@@ -71,7 +71,7 @@
         child = self.spawn(['--withmod-_minimal_curses', str(f)])
         child.expect('ok!')
         
-class ExpectTestCCurses(object):
+class TestCCurses(object):
     """ Test compiled version
     """
     def test_csetupterm(self):
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to