test-setdiscovery.t: portability fix stable
authorDan Villiom Podlaski Christiansen <danchr@gmail.com>
Sun, 11 Sep 2011 19:13:56 +0200
branchstable
changeset 15084 deed405e8980
parent 15077 02734d2baa79
child 15086 db0646afb725
test-setdiscovery.t: portability fix The output of 'wc -c' is prefixed with spaces when using BSD wc.
tests/test-setdiscovery.t
--- 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