Mercurial > hg
changeset 48346:e6aecc37bfbf stable
tests: fix test-fix on NetBSD
Differential Revision: https://phab.mercurial-scm.org/D11816
author | Thomas Klausner <wiz@gatalith.at> |
---|---|
date | Sun, 28 Nov 2021 11:27:08 +0100 |
parents | 477737ffc729 |
children | 5140461ee947 |
files | tests/test-fix.t |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- 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 ..