# HG changeset patch # User Nicolas Dumazet # Date 1287497731 -32400 # Node ID 93c4da6c44169592b6276392d2921b9cc0a561c2 # Parent 8bac8cd43c8da298ce36a067a55f648e70ca53e0 test-tags: use printf instead of echo '...\n' diff -r 8bac8cd43c8d -r 93c4da6c4416 tests/test-tags.t --- a/tests/test-tags.t Sun Oct 17 22:24:26 2010 +0200 +++ b/tests/test-tags.t Tue Oct 19 23:15:31 2010 +0900 @@ -36,7 +36,7 @@ Try corrupting the cache - $ echo 'a b\n' > .hg/tags.cache + $ printf 'a b' > .hg/tags.cache $ hg identify .hg/tags.cache is corrupt, rebuilding it acb14030fe0a tip