diff tests/test-eol-hook.t @ 27524:f5b6b4e574c1

eol: make output stable This eliminates a divergence in behaviour between PyPy and Python.
author Bryan O'Sullivan <bos@serpentine.com>
date Sun, 27 Dec 2015 23:55:54 +0900
parents f2719b387380
children d7304434390f
line wrap: on
line diff
--- a/tests/test-eol-hook.t	Wed Dec 23 12:32:08 2015 -0800
+++ b/tests/test-eol-hook.t	Sun Dec 27 23:55:54 2015 +0900
@@ -206,13 +206,13 @@
   adding file changes
   added 3 changesets with 3 changes to 2 files (+1 heads)
   error: pretxnchangegroup hook failed: end-of-line check failed:
+    b.txt in fbcf9b1025f5 should not have CRLF line endings
     d.txt in a7040e68714f should not have CRLF line endings
-    b.txt in fbcf9b1025f5 should not have CRLF line endings
   transaction abort!
   rollback completed
   abort: end-of-line check failed:
+    b.txt in fbcf9b1025f5 should not have CRLF line endings
     d.txt in a7040e68714f should not have CRLF line endings
-    b.txt in fbcf9b1025f5 should not have CRLF line endings
   [255]
 
   $ cd ..