On the 1.7.x-svn-patch-eol-fixes branch, merge r1207823 from trunk.
git-svn-id: https://svn.apache.org/repos/asf/subversion/branches/1.7.x-svn-patch-eol-fixes@1207827 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/subversion/tests/cmdline/patch_tests.py b/subversion/tests/cmdline/patch_tests.py
index 7d63b02..361fbd0 100755
--- a/subversion/tests/cmdline/patch_tests.py
+++ b/subversion/tests/cmdline/patch_tests.py
@@ -3884,14 +3884,14 @@
"@@ -1,7 +1,7 @@\n",
"-This is the file iota.\n"
"\\ No newline at end of file\n",
- "+It is the file 'iota'.\n",
+ "+It is really the file 'iota'.\n",
"\\ No newline at end of file\n",
]
svntest.main.file_write(patch_file_path, ''.join(unidiff_patch))
iota_contents = [
- "It is the file 'iota'."
+ "It is really the file 'iota'."
]
expected_output = [
'U %s\n' % os.path.join(wc_dir, 'iota'),