--- a/tests/test-devel-warnings.t Sun Jun 25 14:41:12 2017 +0200
+++ b/tests/test-devel-warnings.t Fri Jun 23 17:19:29 2017 +0200
@@ -211,5 +211,6 @@
$ hg --config "extensions.buggyconfig=${TESTTMP}/buggyconfig.py" buggyconfig
devel-warn: specifying a default value for a registered config item: 'ui.quiet' 'False' at: $TESTTMP/buggyconfig.py:* (cmdbuggyconfig) (glob)
+ devel-warn: specifying a default value for a registered config item: 'ui.interactive' 'None' at: $TESTTMP/buggyconfig.py:* (cmdbuggyconfig) (glob)
$ cd ..