[pypy-svn] r79927 - pypy/trunk/pypy/translator/sandbox/test

arigo at codespeak.net arigo at codespeak.net
Thu Dec 9 14:25:57 CET 2010


Author: arigo
Date: Thu Dec  9 14:25:55 2010
New Revision: 79927

Modified:
   pypy/trunk/pypy/translator/sandbox/test/test_sandbox.py
Log:
Fix test.

Modified: pypy/trunk/pypy/translator/sandbox/test/test_sandbox.py
==============================================================================
--- pypy/trunk/pypy/translator/sandbox/test/test_sandbox.py	(original)
+++ pypy/trunk/pypy/translator/sandbox/test/test_sandbox.py	Thu Dec  9 14:25:55 2010
@@ -148,6 +148,7 @@
     if sys.platform == 'linux2':  # on Mac, uses another (sandboxsafe) approach
         expect(f, g, "ll_os.ll_os_open", ("/proc/cpuinfo", 0, 420),
                OSError(5232, "xyz"))
+    expect(f, g, "ll_os.ll_os_getenv", ("PYPY_GC_DEBUG",), None)
     g.close()
     tail = f.read()
     f.close()



More information about the Pypy-commit mailing list