From 41491843deffbab8746748c7e7c92ff1fd98fa82 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Wed, 24 Jan 2018 21:51:48 -0500 Subject: [PATCH] Tests: Fixed brokend color.footnote test --- test/color.rules.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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):