# HG changeset patch # User Matt Mackall # Date 1427843361 18000 # Node ID 1b97cc5d2272c272961cc3e1d738e521af012a40 # Parent 6e73c66a69199a179b30c0e543c86792f5a52b70 tests: fix py2.4 glob for devel warnings diff -r 6e73c66a6919 -r 1b97cc5d2272 tests/test-devel-warnings.t --- a/tests/test-devel-warnings.t Tue Mar 31 17:49:46 2015 -0500 +++ b/tests/test-devel-warnings.t Tue Mar 31 18:09:21 2015 -0500 @@ -40,7 +40,7 @@ $ hg buggylocking --traceback transaction with no lock at: - */hg:* in (glob) + */hg:* in * (glob) */mercurial/dispatch.py:* in run (glob) */mercurial/dispatch.py:* in dispatch (glob) */mercurial/dispatch.py:* in _runcatch (glob) @@ -53,7 +53,7 @@ $TESTTMP/buggylocking.py:* in buggylocking (glob) "lock" taken before "wlock" at: - */hg:* in (glob) + */hg:* in * (glob) */mercurial/dispatch.py:* in run (glob) */mercurial/dispatch.py:* in dispatch (glob) */mercurial/dispatch.py:* in _runcatch (glob)