Could you point me to the build output? Do you also know which shell
is used by it?

On Thu, Dec 14, 2017 at 8:50 PM, Kevin Bullock
<kbullock+mercur...@ringworld.org> wrote:
>> On Dec 13, 2017, at 12:28, Martin von Zweigbergk via Mercurial-devel 
>> <mercurial-devel@mercurial-scm.org> wrote:
>>
>> I think the problem is in this line from the test (that you changed):
>>
>>  $ echo "  saved backup bundle to \$TESTTMP\foo.hg" >> test-failure.t
>>
>> The '\' there probably just needs to be escaped. It seems like at
>> least dash and tcsh otherwise interpret it (but bash treats it
>> literally). Proof:
>>
>> $ dash -c 'echo "  saved backup bundle to \$TESTTMP\foo.hg"'
>>  saved backup bundle to $TESTTMP
>>                                 oo.hg
>>
>> I'll just change the '\f' to '\\f' in flight and we'll see if tests
>> pass when they run again.
>
> Doesn't seem to have worked.
>
> pacem in terris / мир / शान्ति / ‎‫سَلاَم‬ / 平和
> Kevin R. Bullock
>
_______________________________________________
Mercurial-devel mailing list
Mercurial-devel@mercurial-scm.org
https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel

Reply via email to