Do not special-case PyPy+ipython

This commit is contained in:
ZyX 2015-02-21 18:20:20 +03:00
parent 74e81bf788
commit 9a89d4defa

View File

@ -79,10 +79,6 @@ do_run_test() {
local wait_for_echo_arg=
if ( \
test "x${SH}" = "xdash" \
|| ( \
test "x${SH}" = "xipython" \
&& test "$PYTHON_IMPLEMENTATION" = "PyPy" \
) \
|| ( \
test "x${SH}" = "xpdb" \
&& ( \