Phillip Wood <phillip.wood@xxxxxxxxxxxx> writes: > On 31/05/17 11:42, Phillip Wood wrote: >> From: Phillip Wood <phillip.wood@xxxxxxxxxxxxx> >> >> Check the console output when using --autostash and the stash applies >> cleanly is what we expect. To avoid this test depending on commit and >> stash hashes it uses sed to replace them with XXX. The sed script also >> replaces carriage returns in the output with '\r' to avoid embedded >> '^M's in the expected output files. Unfortunately this means we still >> end up with an embedded '^M' in the sed script which may not be >> preserved when sending this. Or such a sed script may simply be not portable.