Author: David Schneider <[email protected]>
Branch:
Changeset: r64244:00cec60f096e
Date: 2013-05-17 10:04 +0200
http://bitbucket.org/pypy/pypy/changeset/00cec60f096e/
Log: because we try harder to find stdlib, goal_dir is not in sys.path in
this case
diff --git a/pypy/interpreter/test/test_app_main.py
b/pypy/interpreter/test/test_app_main.py
--- a/pypy/interpreter/test/test_app_main.py
+++ b/pypy/interpreter/test/test_app_main.py
@@ -920,7 +920,7 @@
import app_main
app_main.setup_bootstrap_path('/tmp/pypy-c') # stdlib not found
assert sys.executable == ''
- assert sys.path == old_sys_path + [self.goal_dir]
+ assert sys.path == old_sys_path
app_main.setup_bootstrap_path(self.fake_exe)
assert sys.executable == self.fake_exe
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit