changeset 12763:93c4da6c4416

test-tags: use printf instead of echo '...\n'
author Nicolas Dumazet <nicdumz.commits@gmail.com>
date Tue, 19 Oct 2010 23:15:31 +0900
parents 8bac8cd43c8d
children ad2506f097d3
files tests/test-tags.t
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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