changeset 15084:deed405e8980 stable

test-setdiscovery.t: portability fix The output of 'wc -c' is prefixed with spaces when using BSD wc.
author Dan Villiom Podlaski Christiansen <danchr@gmail.com>
date Sun, 11 Sep 2011 19:13:56 +0200
parents 02734d2baa79
children db0646afb725
files tests/test-setdiscovery.t
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tests/test-setdiscovery.t	Thu Sep 08 20:40:24 2011 -0300
+++ b/tests/test-setdiscovery.t	Sun Sep 11 19:13:56 2011 +0200
@@ -288,7 +288,7 @@
   reading DAG from stdin
 
   $ hg heads -t --template . | wc -c
-  261
+   *261 (re)
 
   $ hg clone -b a . a
   adding changesets