tests: fix test-fix on NetBSD stable
authorThomas Klausner <wiz@gatalith.at>
Sun, 28 Nov 2021 11:27:08 +0100
branchstable
changeset 48346 e6aecc37bfbf
parent 48334 477737ffc729
child 48411 5140461ee947
tests: fix test-fix on NetBSD Differential Revision: https://phab.mercurial-scm.org/D11816
tests/test-fix.t
--- a/tests/test-fix.t	Tue Nov 23 15:35:31 2021 +0530
+++ b/tests/test-fix.t	Sun Nov 28 11:27:08 2021 +0100
@@ -1795,10 +1795,10 @@
   >        --config "fix.log:pattern=glob:**.log"
 
   $ cat $LOGFILE | sort | uniq -c
-        4 bar.log
-        4 baz.log
-        3 foo.log
-        2 qux.log
+  \s*4 bar.log (re)
+  \s*4 baz.log (re)
+  \s*3 foo.log (re)
+  \s*2 qux.log (re)
 
   $ cd ..