# HG changeset patch # User Dan Villiom Podlaski Christiansen # Date 1315761236 -7200 # Node ID deed405e8980e7b89ce45fabcc9ea33ea8a41553 # Parent 02734d2baa79e0a08cc5fe20a1a59a31710348cf test-setdiscovery.t: portability fix The output of 'wc -c' is prefixed with spaces when using BSD wc. diff -r 02734d2baa79 -r deed405e8980 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