You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by rh...@apache.org on 2015/09/30 19:03:05 UTC

svn commit: r1706085 - /subversion/trunk/subversion/tests/cmdline/patch_tests.py

Author: rhuijben
Date: Wed Sep 30 17:03:04 2015
New Revision: 1706085

URL: http://svn.apache.org/viewvc?rev=1706085&view=rev
Log:
* subversion/tests/cmdline/patch_tests.py
  (patch_add_remove_executable): Extend second version of file a bit
    to make it easier to recognize in the buildbot log.

Modified:
    subversion/trunk/subversion/tests/cmdline/patch_tests.py

Modified: subversion/trunk/subversion/tests/cmdline/patch_tests.py
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/cmdline/patch_tests.py?rev=1706085&r1=1706084&r2=1706085&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/cmdline/patch_tests.py (original)
+++ subversion/trunk/subversion/tests/cmdline/patch_tests.py Wed Sep 30 17:03:04 2015
@@ -6581,7 +6581,8 @@ def patch_add_remove_executable(sbox):
   eicar_data = 'X5O!P%@AP[4\PZX54(P^)7CC)7}$' \
                'EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H*\0'
   other_data = 'X5O!P%@AP[4\PZX54(P^)7CC)7}$' \
-               'SOME-LESS-INTERESTING-OTHER-TEXT!!!$H+H*\0'
+               'SOME-LESS-INTERESTING-OTHER-TEXT!!!$H+H*\0' \
+               '\0\0\0\0\0\0\0\0'
 
   # Write out an actual MS-DOS program
   sbox.simple_add_text(eicar_data, 'eicar.com')