Fix svnrdump tests on Windows with Python 3 * subversion/tests/cmdline/svntest/actions.py (run_and_verify_svnrdump): Use list complehension instead of map function, which returns iterator on Python 3, to get EOL translated list of lines on Windows. Reported by: jcorvel Tested by: jcorvel