diff tests/test-split.t @ 52016:92a708af7b05

tests: cleanup some special casing of `seq` emitting '\r\n' My guess is these predate the commit referenced in the previous commit.
author Matt Harbison <matt_harbison@yahoo.com>
date Mon, 07 Oct 2024 17:26:31 -0400
parents 27fd12eca557
children
line wrap: on
line diff
--- a/tests/test-split.t	Mon Oct 07 16:20:07 2024 -0400
+++ b/tests/test-split.t	Mon Oct 07 17:26:31 2024 -0400
@@ -65,7 +65,7 @@
 Generate some content.  The sed filter drop CR on Windows, which is dropped in
 the a > b line.
 
-  $ $TESTDIR/seq.py 1 5 | sed 's/\r$//' >> a
+  $ $TESTDIR/seq.py 1 5 >> a
   $ hg ci -m a1 -A a -q
   $ hg bookmark -i r1
   $ sed 's/1/11/;s/3/33/;s/5/55/' a > b