tests: use a more portable form for new lines
authorPierre-Yves David <pierre-yves.david@octobus.net>
Thu, 29 Jun 2017 16:29:08 +0200
changeset 2683 d22090c6e68f
parent 2682 a6e3c2fcb1d7
child 2684 90e11985d0cc
tests: use a more portable form for new lines
tests/test-topic-rebase.t
--- a/tests/test-topic-rebase.t	Thu Jun 29 02:21:09 2017 +0530
+++ b/tests/test-topic-rebase.t	Thu Jun 29 16:29:08 2017 +0200
@@ -125,7 +125,8 @@
   [1]
 
 Resolve the conflict
-  $ echo "A2\nB" > file
+  $ echo A2 > file
+  $ echo B >> file
   $ hg resolve -m
   (no more unresolved files)
   continue: hg rebase --continue