diff -r 41081364addb -r c6146dd10072 tests/test-flagprocessor.t --- a/tests/test-flagprocessor.t Mon Jul 31 16:40:31 2017 -0700 +++ b/tests/test-flagprocessor.t Mon Jul 31 16:32:01 2017 -0700 @@ -161,9 +161,11 @@ > extension=$TESTDIR/flagprocessorext.py > duplicate=$TESTDIR/flagprocessorext.py > EOF - $ echo 'this should fail' > file - $ hg commit -Aqm 'add file' + $ hg debugrebuilddirstate *** failed to set up extension duplicate: cannot register multiple processors on flag '0x8'. + $ hg st 2>&1 | egrep 'cannot register multiple processors|flagprocessorext' + *** failed to set up extension duplicate: cannot register multiple processors on flag '0x8'. + File "*/tests/flagprocessorext.py", line *, in b64decode (glob) $ cd ..