diff --git a/test/color.rules.t b/test/color.rules.t index f35c6ba18..f3d3a1c3a 100755 --- a/test/color.rules.t +++ b/test/color.rules.t @@ -144,7 +144,7 @@ class TestColorRules(TestCase): def test_color_footnote(self): """Footnote color.""" - code, out, err = self.t('rc.verbose=footnote /control/') + code, out, err = self.t('rc.verbose=on /control/') self.assertIn('\x1b[31mConfiguration override', err) def test_color_debug(self):