[pypy-svn] r32814 - pypy/dist/pypy/jit/codegen/i386/test
pedronis at codespeak.net
pedronis at codespeak.net
Mon Oct 2 13:00:12 CEST 2006
Author: pedronis
Date: Mon Oct 2 13:00:08 2006
New Revision: 32814
Modified:
pypy/dist/pypy/jit/codegen/i386/test/test_auto_encoding.py
Log:
try to not hang on recent apple as
Modified: pypy/dist/pypy/jit/codegen/i386/test/test_auto_encoding.py
==============================================================================
--- pypy/dist/pypy/jit/codegen/i386/test/test_auto_encoding.py (original)
+++ pypy/dist/pypy/jit/codegen/i386/test/test_auto_encoding.py Mon Oct 2 13:00:08 2006
@@ -262,7 +262,7 @@
def test_auto():
import os
- g = os.popen('as --version')
+ g = os.popen('as -version </dev/null -o /dev/null 2>&1')
data = g.read()
g.close()
if not data.startswith('GNU assembler'):
More information about the pypy-svn
mailing list