/[Apache-SVN]/subversion/trunk/subversion/tests/cmdline/svndumpfilter_tests.py
ViewVC logotype

Diff of /subversion/trunk/subversion/tests/cmdline/svndumpfilter_tests.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

--- subversion/trunk/subversion/tests/cmdline/svndumpfilter_tests.py	2020/05/26 23:53:25	1878143
+++ subversion/trunk/subversion/tests/cmdline/svndumpfilter_tests.py	2020/05/26 23:55:28	1878144
@@ -71,7 +71,7 @@ def filter_and_return_output(dump, bufsi
   # Since we call svntest.main.run_command_stdin() in binary mode,
   # normalize the stderr line endings on Windows ourselves.
   if sys.platform == 'win32':
-    errput = map(lambda x : x.replace('\r\n', '\n'), errput)
+    errput = [x.replace('\r\n', '\n') for x in errput]
 
   return output, errput
 

 

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26