# HG changeset patch # User Thomas Klausner # Date 2021-11-28 10:27:08 # Node ID e6aecc37bfbf69161ed53e9d5a7d9f2702e3faea # Parent 477737ffc729e0b54f794880f810a340250bd135 tests: fix test-fix on NetBSD Differential Revision: https://phab.mercurial-scm.org/D11816 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 @@ fixed. > --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 ..