tests: fix test-censor by improving regexp (issue6585) stable
authorThomas Klausner <wiz@gatalith.at>
Mon, 15 Nov 2021 00:08:02 +0100
branchstable
changeset 48324 95ea181d9bdd
parent 48322 6248607381f2
child 48325 d3222525bc8e
tests: fix test-censor by improving regexp (issue6585) Differential Revision: https://phab.mercurial-scm.org/D11753
tests/test-censor.t
--- a/tests/test-censor.t	Wed Nov 10 11:43:22 2021 +0100
+++ b/tests/test-censor.t	Mon Nov 15 00:08:02 2021 +0100
@@ -552,14 +552,14 @@
 Censor the file
 
   $ hg cat -r $B1 target | wc -l
-  50002 (re)
+   *50002 (re)
   $ hg censor -r $B1 target
   $ hg cat -r $B1 target | wc -l
-  0 (re)
+   *0 (re)
 
 Check the children is fine
 
   $ hg cat -r $B2 target | wc -l
-  50003 (re)
+   *50003 (re)
 
 #endif