D11816: tests: fix test-fix on NetBSD
wiz (Thomas Klausner)
phabricator at mercurial-scm.org
Sun Nov 28 10:27:34 UTC 2021
wiz created this revision.
Herald added a reviewer: hg-reviewers.
Herald added a subscriber: mercurial-patches.
REPOSITORY
rHG Mercurial
BRANCH
default
REVISION DETAIL
https://phab.mercurial-scm.org/D11816
AFFECTED FILES
tests/test-fix.t
CHANGE DETAILS
diff --git a/tests/test-fix.t b/tests/test-fix.t
--- a/tests/test-fix.t
+++ b/tests/test-fix.t
@@ -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 ..
To: wiz, #hg-reviewers
Cc: mercurial-patches, mercurial-devel
More information about the Mercurial-devel
mailing list