Mercurial > hg
changeset 12914:27bc21814e9c
test-import: use printf instead of echo
author | Patrick Mezard <pmezard@gmail.com> |
---|---|
date | Wed, 03 Nov 2010 21:10:59 +0100 |
parents | 0e0a52bd58f9 |
children | df1b65f8b4d4 |
files | tests/test-import.t |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/tests/test-import.t Thu Oct 21 16:04:34 2010 -0500 +++ b/tests/test-import.t Wed Nov 03 21:10:59 2010 +0100 @@ -440,9 +440,8 @@ import with --no-commit should have written .hg/last-message.txt - $ echo '\n' | cat .hg/last-message.txt - + $ printf '\n' | cat .hg/last-message.txt - change - test fuzziness with eol=auto