Do not alter the way keys are fed with PyPy

This commit is contained in:
ZyX 2015-02-02 00:12:06 +03:00
parent f4e3c3099f
commit d57be8324a
1 changed files with 6 additions and 4 deletions

View File

@ -139,11 +139,13 @@ do_run_test() {
|| ( \ || ( \
test "x${SH}" = "xpdb" \ test "x${SH}" = "xpdb" \
&& ( \ && ( \
( \
test "$PYTHON_VERSION_MAJOR" -eq 3 \ test "$PYTHON_VERSION_MAJOR" -eq 3 \
&& test "$PYTHON_VERSION_MINOR" -eq 2 \ && test "$PYTHON_VERSION_MINOR" -eq 2 \
&& test "$PYTHON_IMPLEMENTATION" = "CPython" \ && test "$PYTHON_IMPLEMENTATION" = "CPython" \
) \ ) \
|| test "$PYTHON_IMPLEMENTATION" = "PyPy" || test "$PYTHON_IMPLEMENTATION" = "PyPy" \
) \
) \ ) \
) ; then ) ; then
# If I do not use this hack for dash then output will look like # If I do not use this hack for dash then output will look like