From patchwork Sun Nov 28 10:27:34 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: D11816: tests: fix test-fix on NetBSD From: phabricator X-Patchwork-Id: 50142 Message-Id: To: Phabricator Cc: mercurial-devel@mercurial-scm.org Date: Sun, 28 Nov 2021 10:27:34 +0000 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 To: wiz, #hg-reviewers Cc: mercurial-patches, mercurial-devel 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 ..