Author: Antonio Cuni <[email protected]>
Branch: py3k
Changeset: r55587:54c651e168ae
Date: 2012-06-11 16:10 +0200
http://bitbucket.org/pypy/pypy/changeset/54c651e168ae/

Log:    I don't know why 'import site failed' was added to the expected
        stdout. Revert the test to what it is on default, and it passes
        again

diff --git a/pypy/translator/goal/test2/test_app_main.py 
b/pypy/translator/goal/test2/test_app_main.py
--- a/pypy/translator/goal/test2/test_app_main.py
+++ b/pypy/translator/goal/test2/test_app_main.py
@@ -735,7 +735,7 @@
 
         with chdir_and_unset_pythonpath(tmpdir):
             data = self.run(cmdline2, python_flags='-S')
-        assert data.startswith("'import site' failed\nsome new text\n")
+        assert data.startswith("some new text\n")
         assert repr(str(tmpdir.join('otherpath'))) in data
         assert "''" not in data
 
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to