Author: Armin Rigo <[email protected]>
Branch:
Changeset: r59148:e885df77366e
Date: 2012-11-29 20:45 -0800
http://bitbucket.org/pypy/pypy/changeset/e885df77366e/
Log: Fix this test when run together with test_posix2.py.
diff --git a/pypy/module/posix/test/test_posix_libfile.py
b/pypy/module/posix/test/test_posix_libfile.py
--- a/pypy/module/posix/test/test_posix_libfile.py
+++ b/pypy/module/posix/test/test_posix_libfile.py
@@ -2,7 +2,7 @@
import os
def setup_module(mod):
- mod.path = udir.join('posixtestfile.txt')
+ mod.path = udir.join('test_posix_libfile.txt')
mod.path.write("this is a test")
class AppTestPosix:
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit