test-setdiscovery: allow for leading space in output of wc
authorLee Cantey <lcantey@gmail.com>
Mon, 12 Sep 2011 09:20:31 -0700
changeset 15090 3bccc15b201f
parent 15069 650d81a313cb
child 15092 cbba7fca7c4d
test-setdiscovery: allow for leading space in output of wc
tests/test-setdiscovery.t
--- a/tests/test-setdiscovery.t	Thu Sep 08 10:20:42 2011 +0200
+++ b/tests/test-setdiscovery.t	Mon Sep 12 09:20:31 2011 -0700
@@ -288,7 +288,7 @@
   reading DAG from stdin
 
   $ hg heads -t --template . | wc -c
-  261
+  \s*261 (re)
 
   $ hg clone -b a . a
   adding changesets