changeset 48324:95ea181d9bdd stable

tests: fix test-censor by improving regexp (issue6585) Differential Revision: https://phab.mercurial-scm.org/D11753
author Thomas Klausner <wiz@gatalith.at>
date Mon, 15 Nov 2021 00:08:02 +0100
parents 6248607381f2
children d3222525bc8e
files tests/test-censor.t
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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