changeset 15090:3bccc15b201f

test-setdiscovery: allow for leading space in output of wc
author Lee Cantey <lcantey@gmail.com>
date Mon, 12 Sep 2011 09:20:31 -0700
parents 650d81a313cb
children cbba7fca7c4d
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 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