# HG changeset patch # User Gregory Szorc # Date 2019-02-15 21:46:30 # Node ID 88d4477ac4f60d9965bcc5b2352ad2c96b60c82c # Parent 544035846830712c0d75f450823fe610c9809b5c tests: add more wildcards to test-extdiff.t The diff tool (which is `echo`) runs in the background and output order can therefore be non-deterministic. We need to glob over the file names to account for this. Differential Revision: https://phab.mercurial-scm.org/D5976 diff --git a/tests/test-extdiff.t b/tests/test-extdiff.t --- a/tests/test-extdiff.t +++ b/tests/test-extdiff.t @@ -167,8 +167,8 @@ Test --per-file option for gui tool: Test --per-file option for gui tool again: $ hg --config merge-tools.alabalaf.gui=True alabalaf -c 6 --per-file --debug - diffing */extdiff.*/a.46c0e4daeb72/a a.81906f2b98ac/a (glob) - diffing */extdiff.*/a.46c0e4daeb72/b a.81906f2b98ac/b (glob) + diffing */extdiff.*/a.46c0e4daeb72/* a.81906f2b98ac/* (glob) + diffing */extdiff.*/a.46c0e4daeb72/* a.81906f2b98ac/* (glob) making snapshot of 2 files from rev 46c0e4daeb72 a b