Mercurial > hg
comparison tests/binfile.bin @ 14200:dc733eec9169
test-treediscovery: fix escaping for both dash and bash
A '\n' on the command line is turned into a newline by dash, but kept
as-is by bash, which resulted in a syntax error in the config file.
Luckily, dash wont turn '\n' into a newline when it is part of a
here-doc, so we can write the config file using that technique.
author | Martin Geisler <mg@lazybytes.net> |
---|---|
date | Thu, 05 May 2011 19:29:02 +0200 |
parents | 751df21dad72 |
children |
comparison
equal
deleted
inserted
replaced
14199:e3dd3dcd6059 | 14200:dc733eec9169 |
---|