comparison tests/test-split.t @ 51986: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
comparison
equal deleted inserted replaced
51985:2924676d4728 51986:92a708af7b05
63 [10] 63 [10]
64 64
65 Generate some content. The sed filter drop CR on Windows, which is dropped in 65 Generate some content. The sed filter drop CR on Windows, which is dropped in
66 the a > b line. 66 the a > b line.
67 67
68 $ $TESTDIR/seq.py 1 5 | sed 's/\r$//' >> a 68 $ $TESTDIR/seq.py 1 5 >> a
69 $ hg ci -m a1 -A a -q 69 $ hg ci -m a1 -A a -q
70 $ hg bookmark -i r1 70 $ hg bookmark -i r1
71 $ sed 's/1/11/;s/3/33/;s/5/55/' a > b 71 $ sed 's/1/11/;s/3/33/;s/5/55/' a > b
72 $ mv b a 72 $ mv b a
73 $ hg ci -m a2 -q 73 $ hg ci -m a2 -q