Author: Armin Rigo <[email protected]>
Branch: cffi-1.0
Changeset: r2042:0efe142d7d33
Date: 2015-05-18 07:56 +0200
http://bitbucket.org/cffi/cffi/changeset/0efe142d7d33/

Log:    fix

diff --git a/testing/cffi0/test_zintegration.py 
b/testing/cffi0/test_zintegration.py
--- a/testing/cffi0/test_zintegration.py
+++ b/testing/cffi0/test_zintegration.py
@@ -100,6 +100,7 @@
     def teardown_class(self):
         if udir.isdir():
             udir.remove(ignore_errors=True)
+        udir.ensure(dir=1)
 
     def test_infrastructure(self):
         run_setup_and_program('infrastructure', '''
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to