# HG changeset patch # User Dan Villiom Podlaski Christiansen # Date 2011-09-11 17:13:56 # Node ID deed405e8980e7b89ce45fabcc9ea33ea8a41553 # Parent 02734d2baa79e0a08cc5fe20a1a59a31710348cf test-setdiscovery.t: portability fix The output of 'wc -c' is prefixed with spaces when using BSD wc. diff --git a/tests/test-setdiscovery.t b/tests/test-setdiscovery.t --- a/tests/test-setdiscovery.t +++ b/tests/test-setdiscovery.t @@ -288,7 +288,7 @@ One with >200 heads, which used to use u reading DAG from stdin $ hg heads -t --template . | wc -c - 261 + *261 (re) $ hg clone -b a . a adding changesets