Author: Brian Kearns <[email protected]>
Branch:
Changeset: r60513:96eb2daca099
Date: 2013-01-26 20:12 -0500
http://bitbucket.org/pypy/pypy/changeset/96eb2daca099/
Log: fix another path in test_app_main.py for split-rpython changes
diff --git a/pypy/interpreter/test2/test_app_main.py
b/pypy/interpreter/test2/test_app_main.py
--- a/pypy/interpreter/test2/test_app_main.py
+++ b/pypy/interpreter/test2/test_app_main.py
@@ -547,7 +547,7 @@
assert line.rstrip() == 'Not at all. They could be carried.'
print 'A five ounce bird could not carry a one pound coconut.'
""")
- py_py = os.path.join(pypydir, 'bin', 'py.py')
+ py_py = os.path.join(pypydir, 'bin', 'pyinteractive.py')
child = self._spawn(sys.executable, [py_py, '-S', path])
child.expect('Are you suggesting coconuts migrate?', timeout=120)
child.sendline('Not at all. They could be carried.')
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit