tests/test-devel-warnings.t
changeset 33061 c41cbe98822c
parent 32989 149b68224b08
child 33097 fce4ed2912bb
--- 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 ..